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.getContactFlowModule
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::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)
public static Output<GetContactFlowModuleResult> getContactFlowModule(GetContactFlowModuleArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getContactFlowModule
arguments:
# arguments dictionaryThe following arguments are supported:
- Contact
Flow stringModule Arn - The identifier of the contact flow module (ARN).
- Contact
Flow stringModule Arn - The identifier of the contact flow module (ARN).
- contact
Flow StringModule Arn - The identifier of the contact flow module (ARN).
- contact
Flow stringModule Arn - The identifier of the contact flow module (ARN).
- contact_
flow_ strmodule_ arn - The identifier of the contact flow module (ARN).
- contact
Flow StringModule Arn - The identifier of the contact flow module (ARN).
getContactFlowModule Result
The following output properties are available:
- Contact
Flow stringModule Arn - 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.
- Instance
Arn 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.
-
List<Pulumi.
Aws Native. Outputs. Tag> - One or more tags.
- Contact
Flow stringModule Arn - 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.
- Instance
Arn 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.
- Tag
- One or more tags.
- contact
Flow StringModule Arn - 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.
- instance
Arn 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.
- List<Tag>
- One or more tags.
- contact
Flow stringModule Arn - 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.
- instance
Arn 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.
- Tag[]
- One or more tags.
- contact_
flow_ strmodule_ arn - 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.
- Sequence[root_Tag]
- One or more tags.
- contact
Flow StringModule Arn - 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.
- instance
Arn 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.
- List<Property Map>
- One or more tags.
Supporting Types
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
