We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.wisdom.getMessageTemplateVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
A version for the specified customer-managed message template within the specified knowledge base.
Using getMessageTemplateVersion
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getMessageTemplateVersion(args: GetMessageTemplateVersionArgs, opts?: InvokeOptions): Promise<GetMessageTemplateVersionResult>
function getMessageTemplateVersionOutput(args: GetMessageTemplateVersionOutputArgs, opts?: InvokeOptions): Output<GetMessageTemplateVersionResult>
def get_message_template_version(message_template_version_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMessageTemplateVersionResult
def get_message_template_version_output(message_template_version_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMessageTemplateVersionResult]
func LookupMessageTemplateVersion(ctx *Context, args *LookupMessageTemplateVersionArgs, opts ...InvokeOption) (*LookupMessageTemplateVersionResult, error)
func LookupMessageTemplateVersionOutput(ctx *Context, args *LookupMessageTemplateVersionOutputArgs, opts ...InvokeOption) LookupMessageTemplateVersionResultOutput
> Note: This function is named LookupMessageTemplateVersion
in the Go SDK.
public static class GetMessageTemplateVersion
{
public static Task<GetMessageTemplateVersionResult> InvokeAsync(GetMessageTemplateVersionArgs args, InvokeOptions? opts = null)
public static Output<GetMessageTemplateVersionResult> Invoke(GetMessageTemplateVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMessageTemplateVersionResult> getMessageTemplateVersion(GetMessageTemplateVersionArgs args, InvokeOptions options)
public static Output<GetMessageTemplateVersionResult> getMessageTemplateVersion(GetMessageTemplateVersionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:wisdom:getMessageTemplateVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Message
Template stringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- Message
Template stringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- message
Template StringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- message
Template stringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- message_
template_ strversion_ arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- message
Template StringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
getMessageTemplateVersion Result
The following output properties are available:
- Message
Template stringContent Sha256 - The content SHA256 of the message template.
- Message
Template stringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- Message
Template doubleVersion Number - Current version number of the message template.
- Message
Template stringContent Sha256 - The content SHA256 of the message template.
- Message
Template stringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- Message
Template float64Version Number - Current version number of the message template.
- message
Template StringContent Sha256 - The content SHA256 of the message template.
- message
Template StringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- message
Template DoubleVersion Number - Current version number of the message template.
- message
Template stringContent Sha256 - The content SHA256 of the message template.
- message
Template stringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- message
Template numberVersion Number - Current version number of the message template.
- message_
template_ strcontent_ sha256 - The content SHA256 of the message template.
- message_
template_ strversion_ arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- message_
template_ floatversion_ number - Current version number of the message template.
- message
Template StringContent Sha256 - The content SHA256 of the message template.
- message
Template StringVersion Arn - The unqualified Amazon Resource Name (ARN) of the message template version.
- message
Template NumberVersion Number - Current version number of the message template.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi