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

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.connect.getContactFlowModule

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Type definition for AWS::Connect::ContactFlowModule.

    Using getContactFlowModule

    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 getContactFlowModule(args: GetContactFlowModuleArgs, opts?: InvokeOptions): Promise<GetContactFlowModuleResult>
    function getContactFlowModuleOutput(args: GetContactFlowModuleOutputArgs, opts?: InvokeOptions): Output<GetContactFlowModuleResult>
    def get_contact_flow_module(contact_flow_module_arn: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetContactFlowModuleResult
    def get_contact_flow_module_output(contact_flow_module_arn: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetContactFlowModuleResult]
    func LookupContactFlowModule(ctx *Context, args *LookupContactFlowModuleArgs, opts ...InvokeOption) (*LookupContactFlowModuleResult, error)
    func LookupContactFlowModuleOutput(ctx *Context, args *LookupContactFlowModuleOutputArgs, opts ...InvokeOption) LookupContactFlowModuleResultOutput

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

    public static class GetContactFlowModule 
    {
        public static Task<GetContactFlowModuleResult> InvokeAsync(GetContactFlowModuleArgs args, InvokeOptions? opts = null)
        public static Output<GetContactFlowModuleResult> Invoke(GetContactFlowModuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetContactFlowModuleResult> getContactFlowModule(GetContactFlowModuleArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:connect:getContactFlowModule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContactFlowModuleArn string
    The identifier of the contact flow module (ARN).
    ContactFlowModuleArn string
    The identifier of the contact flow module (ARN).
    contactFlowModuleArn String
    The identifier of the contact flow module (ARN).
    contactFlowModuleArn string
    The identifier of the contact flow module (ARN).
    contact_flow_module_arn str
    The identifier of the contact flow module (ARN).
    contactFlowModuleArn String
    The identifier of the contact flow module (ARN).

    getContactFlowModule Result

    The following output properties are available:

    ContactFlowModuleArn string
    The identifier of the contact flow module (ARN).
    Content string
    The content of the contact flow module in JSON format.
    Description string
    The description of the contact flow module.
    InstanceArn string
    The identifier of the Amazon Connect instance (ARN).
    Name string
    The name of the contact flow module.
    State string
    The state of the contact flow module.
    Status string
    The status of the contact flow module.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    One or more tags.
    ContactFlowModuleArn string
    The identifier of the contact flow module (ARN).
    Content string
    The content of the contact flow module in JSON format.
    Description string
    The description of the contact flow module.
    InstanceArn string
    The identifier of the Amazon Connect instance (ARN).
    Name string
    The name of the contact flow module.
    State string
    The state of the contact flow module.
    Status string
    The status of the contact flow module.
    Tags Tag
    One or more tags.
    contactFlowModuleArn String
    The identifier of the contact flow module (ARN).
    content String
    The content of the contact flow module in JSON format.
    description String
    The description of the contact flow module.
    instanceArn String
    The identifier of the Amazon Connect instance (ARN).
    name String
    The name of the contact flow module.
    state String
    The state of the contact flow module.
    status String
    The status of the contact flow module.
    tags List<Tag>
    One or more tags.
    contactFlowModuleArn string
    The identifier of the contact flow module (ARN).
    content string
    The content of the contact flow module in JSON format.
    description string
    The description of the contact flow module.
    instanceArn string
    The identifier of the Amazon Connect instance (ARN).
    name string
    The name of the contact flow module.
    state string
    The state of the contact flow module.
    status string
    The status of the contact flow module.
    tags Tag[]
    One or more tags.
    contact_flow_module_arn str
    The identifier of the contact flow module (ARN).
    content str
    The content of the contact flow module in JSON format.
    description str
    The description of the contact flow module.
    instance_arn str
    The identifier of the Amazon Connect instance (ARN).
    name str
    The name of the contact flow module.
    state str
    The state of the contact flow module.
    status str
    The status of the contact flow module.
    tags Sequence[root_Tag]
    One or more tags.
    contactFlowModuleArn String
    The identifier of the contact flow module (ARN).
    content String
    The content of the contact flow module in JSON format.
    description String
    The description of the contact flow module.
    instanceArn String
    The identifier of the Amazon Connect instance (ARN).
    name String
    The name of the contact flow module.
    state String
    The state of the contact flow module.
    status String
    The status of the contact flow module.
    tags List<Property Map>
    One or more tags.

    Supporting Types

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi