We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.connect.getContactFlow
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 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>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]func LookupContactFlow(ctx *Context, args *LookupContactFlowArgs, opts ...InvokeOption) (*LookupContactFlowResult, error)
func LookupContactFlowOutput(ctx *Context, args *LookupContactFlowOutputArgs, opts ...InvokeOption) LookupContactFlowResultOutput> 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)
}public static CompletableFuture<GetContactFlowResult> getContactFlow(GetContactFlowArgs args, InvokeOptions options)
public static Output<GetContactFlowResult> getContactFlow(GetContactFlowArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getContactFlow
arguments:
# arguments dictionaryThe following arguments are supported:
- Contact
Flow stringArn - The identifier of the contact flow (ARN).
- Contact
Flow stringArn - The identifier of the contact flow (ARN).
- contact
Flow StringArn - The identifier of the contact flow (ARN).
- contact
Flow stringArn - The identifier of the contact flow (ARN).
- contact_
flow_ strarn - The identifier of the contact flow (ARN).
- contact
Flow StringArn - The identifier of the contact flow (ARN).
getContactFlow Result
The following output properties are available:
- Contact
Flow stringArn - 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.
- Instance
Arn string - The identifier of the Amazon Connect instance (ARN).
- Name string
- The name of the contact flow.
- State
Pulumi.
Aws Native. Connect. Contact Flow State - The state of the contact flow.
-
List<Pulumi.
Aws Native. Outputs. Tag> - One or more tags.
- Contact
Flow stringArn - 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.
- Instance
Arn string - The identifier of the Amazon Connect instance (ARN).
- Name string
- The name of the contact flow.
- State
Contact
Flow State Enum - The state of the contact flow.
- Tag
- One or more tags.
- contact
Flow StringArn - 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.
- instance
Arn String - The identifier of the Amazon Connect instance (ARN).
- name String
- The name of the contact flow.
- state
Contact
Flow State - The state of the contact flow.
- List<Tag>
- One or more tags.
- contact
Flow stringArn - 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.
- instance
Arn string - The identifier of the Amazon Connect instance (ARN).
- name string
- The name of the contact flow.
- state
Contact
Flow State - The state of the contact flow.
- Tag[]
- One or more tags.
- contact_
flow_ strarn - 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
Contact
Flow State - The state of the contact flow.
- Sequence[root_Tag]
- One or more tags.
- contact
Flow StringArn - 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.
- instance
Arn 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.
- List<Property Map>
- One or more tags.
Supporting Types
ContactFlowState
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.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
