1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. getContactFlow

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.connect.getContactFlow

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::Connect::ContactFlow

Using getContactFlow

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 getContactFlow(args: GetContactFlowArgs, opts?: InvokeOptions): Promise<GetContactFlowResult>
function getContactFlowOutput(args: GetContactFlowOutputArgs, opts?: InvokeOptions): Output<GetContactFlowResult>
Copy
def get_contact_flow(contact_flow_arn: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetContactFlowResult
def get_contact_flow_output(contact_flow_arn: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetContactFlowResult]
Copy
func LookupContactFlow(ctx *Context, args *LookupContactFlowArgs, opts ...InvokeOption) (*LookupContactFlowResult, error)
func LookupContactFlowOutput(ctx *Context, args *LookupContactFlowOutputArgs, opts ...InvokeOption) LookupContactFlowResultOutput
Copy

> Note: This function is named LookupContactFlow in the Go SDK.

public static class GetContactFlow 
{
    public static Task<GetContactFlowResult> InvokeAsync(GetContactFlowArgs args, InvokeOptions? opts = null)
    public static Output<GetContactFlowResult> Invoke(GetContactFlowInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetContactFlowResult> getContactFlow(GetContactFlowArgs args, InvokeOptions options)
public static Output<GetContactFlowResult> getContactFlow(GetContactFlowArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:connect:getContactFlow
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ContactFlowArn This property is required. string
The identifier of the contact flow (ARN).
ContactFlowArn This property is required. string
The identifier of the contact flow (ARN).
contactFlowArn This property is required. String
The identifier of the contact flow (ARN).
contactFlowArn This property is required. string
The identifier of the contact flow (ARN).
contact_flow_arn This property is required. str
The identifier of the contact flow (ARN).
contactFlowArn This property is required. String
The identifier of the contact flow (ARN).

getContactFlow Result

The following output properties are available:

ContactFlowArn string
The identifier of the contact flow (ARN).
Content string
The content of the contact flow in JSON format.
Description string
The description of the contact flow.
InstanceArn string
The identifier of the Amazon Connect instance (ARN).
Name string
The name of the contact flow.
State Pulumi.AwsNative.Connect.ContactFlowState
The state of the contact flow.
Tags List<Pulumi.AwsNative.Outputs.Tag>
One or more tags.
ContactFlowArn string
The identifier of the contact flow (ARN).
Content string
The content of the contact flow in JSON format.
Description string
The description of the contact flow.
InstanceArn string
The identifier of the Amazon Connect instance (ARN).
Name string
The name of the contact flow.
State ContactFlowStateEnum
The state of the contact flow.
Tags Tag
One or more tags.
contactFlowArn String
The identifier of the contact flow (ARN).
content String
The content of the contact flow in JSON format.
description String
The description of the contact flow.
instanceArn String
The identifier of the Amazon Connect instance (ARN).
name String
The name of the contact flow.
state ContactFlowState
The state of the contact flow.
tags List<Tag>
One or more tags.
contactFlowArn string
The identifier of the contact flow (ARN).
content string
The content of the contact flow in JSON format.
description string
The description of the contact flow.
instanceArn string
The identifier of the Amazon Connect instance (ARN).
name string
The name of the contact flow.
state ContactFlowState
The state of the contact flow.
tags Tag[]
One or more tags.
contact_flow_arn str
The identifier of the contact flow (ARN).
content str
The content of the contact flow in JSON format.
description str
The description of the contact flow.
instance_arn str
The identifier of the Amazon Connect instance (ARN).
name str
The name of the contact flow.
state ContactFlowState
The state of the contact flow.
tags Sequence[root_Tag]
One or more tags.
contactFlowArn String
The identifier of the contact flow (ARN).
content String
The content of the contact flow in JSON format.
description String
The description of the contact flow.
instanceArn String
The identifier of the Amazon Connect instance (ARN).
name String
The name of the contact flow.
state "ACTIVE" | "ARCHIVED"
The state of the contact flow.
tags List<Property Map>
One or more tags.

Supporting Types

ContactFlowState

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

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.27.0 published on Monday, Apr 14, 2025 by Pulumi