We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Resource Type definition for ContactFlowModuleVersion
Using getContactFlowModuleVersion
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 getContactFlowModuleVersion(args: GetContactFlowModuleVersionArgs, opts?: InvokeOptions): Promise<GetContactFlowModuleVersionResult>
function getContactFlowModuleVersionOutput(args: GetContactFlowModuleVersionOutputArgs, opts?: InvokeOptions): Output<GetContactFlowModuleVersionResult>def get_contact_flow_module_version(contact_flow_module_version_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetContactFlowModuleVersionResult
def get_contact_flow_module_version_output(contact_flow_module_version_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContactFlowModuleVersionResult]func LookupContactFlowModuleVersion(ctx *Context, args *LookupContactFlowModuleVersionArgs, opts ...InvokeOption) (*LookupContactFlowModuleVersionResult, error)
func LookupContactFlowModuleVersionOutput(ctx *Context, args *LookupContactFlowModuleVersionOutputArgs, opts ...InvokeOption) LookupContactFlowModuleVersionResultOutput> Note: This function is named LookupContactFlowModuleVersion in the Go SDK.
public static class GetContactFlowModuleVersion
{
public static Task<GetContactFlowModuleVersionResult> InvokeAsync(GetContactFlowModuleVersionArgs args, InvokeOptions? opts = null)
public static Output<GetContactFlowModuleVersionResult> Invoke(GetContactFlowModuleVersionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetContactFlowModuleVersionResult> getContactFlowModuleVersion(GetContactFlowModuleVersionArgs args, InvokeOptions options)
public static Output<GetContactFlowModuleVersionResult> getContactFlowModuleVersion(GetContactFlowModuleVersionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getContactFlowModuleVersion
arguments:
# arguments dictionaryThe following arguments are supported:
- Contact
Flow stringModule Version Arn - The identifier of the contact flow module version (ARN).
- Contact
Flow stringModule Version Arn - The identifier of the contact flow module version (ARN).
- contact
Flow StringModule Version Arn - The identifier of the contact flow module version (ARN).
- contact
Flow stringModule Version Arn - The identifier of the contact flow module version (ARN).
- contact_
flow_ strmodule_ version_ arn - The identifier of the contact flow module version (ARN).
- contact
Flow StringModule Version Arn - The identifier of the contact flow module version (ARN).
getContactFlowModuleVersion Result
The following output properties are available:
- Contact
Flow stringModule Version Arn - The identifier of the contact flow module version (ARN).
- Flow
Module stringContent Sha256 - Indicates the checksum value of the latest published flow module content
- Version int
- The version number of this revision
- Contact
Flow stringModule Version Arn - The identifier of the contact flow module version (ARN).
- Flow
Module stringContent Sha256 - Indicates the checksum value of the latest published flow module content
- Version int
- The version number of this revision
- contact
Flow StringModule Version Arn - The identifier of the contact flow module version (ARN).
- flow
Module StringContent Sha256 - Indicates the checksum value of the latest published flow module content
- version Integer
- The version number of this revision
- contact
Flow stringModule Version Arn - The identifier of the contact flow module version (ARN).
- flow
Module stringContent Sha256 - Indicates the checksum value of the latest published flow module content
- version number
- The version number of this revision
- contact_
flow_ strmodule_ version_ arn - The identifier of the contact flow module version (ARN).
- flow_
module_ strcontent_ sha256 - Indicates the checksum value of the latest published flow module content
- version int
- The version number of this revision
- contact
Flow StringModule Version Arn - The identifier of the contact flow module version (ARN).
- flow
Module StringContent Sha256 - Indicates the checksum value of the latest published flow module content
- version Number
- The version number of this revision
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.57.0
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
