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.connect.getContactFlowVersion
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
Resource Type Definition for ContactFlowVersion
Using getContactFlowVersion
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 getContactFlowVersion(args: GetContactFlowVersionArgs, opts?: InvokeOptions): Promise<GetContactFlowVersionResult>
function getContactFlowVersionOutput(args: GetContactFlowVersionOutputArgs, opts?: InvokeOptions): Output<GetContactFlowVersionResult>
def get_contact_flow_version(contact_flow_version_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetContactFlowVersionResult
def get_contact_flow_version_output(contact_flow_version_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContactFlowVersionResult]
func LookupContactFlowVersion(ctx *Context, args *LookupContactFlowVersionArgs, opts ...InvokeOption) (*LookupContactFlowVersionResult, error)
func LookupContactFlowVersionOutput(ctx *Context, args *LookupContactFlowVersionOutputArgs, opts ...InvokeOption) LookupContactFlowVersionResultOutput
> Note: This function is named LookupContactFlowVersion
in the Go SDK.
public static class GetContactFlowVersion
{
public static Task<GetContactFlowVersionResult> InvokeAsync(GetContactFlowVersionArgs args, InvokeOptions? opts = null)
public static Output<GetContactFlowVersionResult> Invoke(GetContactFlowVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetContactFlowVersionResult> getContactFlowVersion(GetContactFlowVersionArgs args, InvokeOptions options)
public static Output<GetContactFlowVersionResult> getContactFlowVersion(GetContactFlowVersionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getContactFlowVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Contact
Flow stringVersion Arn - The identifier of the contact flow version (ARN).
- Contact
Flow stringVersion Arn - The identifier of the contact flow version (ARN).
- contact
Flow StringVersion Arn - The identifier of the contact flow version (ARN).
- contact
Flow stringVersion Arn - The identifier of the contact flow version (ARN).
- contact_
flow_ strversion_ arn - The identifier of the contact flow version (ARN).
- contact
Flow StringVersion Arn - The identifier of the contact flow version (ARN).
getContactFlowVersion Result
The following output properties are available:
- Contact
Flow stringVersion Arn - The identifier of the contact flow version (ARN).
- Flow
Content stringSha256 - Indicates the checksum value of the latest published flow content
- Version int
- The version number of this revision
- Contact
Flow stringVersion Arn - The identifier of the contact flow version (ARN).
- Flow
Content stringSha256 - Indicates the checksum value of the latest published flow content
- Version int
- The version number of this revision
- contact
Flow StringVersion Arn - The identifier of the contact flow version (ARN).
- flow
Content StringSha256 - Indicates the checksum value of the latest published flow content
- version Integer
- The version number of this revision
- contact
Flow stringVersion Arn - The identifier of the contact flow version (ARN).
- flow
Content stringSha256 - Indicates the checksum value of the latest published flow content
- version number
- The version number of this revision
- contact_
flow_ strversion_ arn - The identifier of the contact flow version (ARN).
- flow_
content_ strsha256 - Indicates the checksum value of the latest published flow content
- version int
- The version number of this revision
- contact
Flow StringVersion Arn - The identifier of the contact flow version (ARN).
- flow
Content StringSha256 - Indicates the checksum value of the latest published flow 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.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi