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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.connect.getContactFlow

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:connect:getContactFlow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContactFlowArn string
    The identifier of the contact flow (ARN).
    ContactFlowArn string
    The identifier of the contact flow (ARN).
    contactFlowArn String
    The identifier of the contact flow (ARN).
    contactFlowArn string
    The identifier of the contact flow (ARN).
    contact_flow_arn str
    The identifier of the contact flow (ARN).
    contactFlowArn 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi