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

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

AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi

aws-native.connect.getContactFlowModule

Explore with Pulumi AI

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

AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 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>
Copy
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]
Copy
func LookupContactFlowModule(ctx *Context, args *LookupContactFlowModuleArgs, opts ...InvokeOption) (*LookupContactFlowModuleResult, error)
func LookupContactFlowModuleOutput(ctx *Context, args *LookupContactFlowModuleOutputArgs, opts ...InvokeOption) LookupContactFlowModuleResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetContactFlowModuleResult> getContactFlowModule(GetContactFlowModuleArgs args, InvokeOptions options)
public static Output<GetContactFlowModuleResult> getContactFlowModule(GetContactFlowModuleArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:connect:getContactFlowModule
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ContactFlowModuleArn This property is required. string
The identifier of the contact flow module (ARN).
ContactFlowModuleArn This property is required. string
The identifier of the contact flow module (ARN).
contactFlowModuleArn This property is required. String
The identifier of the contact flow module (ARN).
contactFlowModuleArn This property is required. string
The identifier of the contact flow module (ARN).
contact_flow_module_arn This property is required. str
The identifier of the contact flow module (ARN).
contactFlowModuleArn This property is required. 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 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.25.0 published on Monday, Feb 3, 2025 by Pulumi