ContactFlow

class ContactFlow : KotlinCustomResource

Resource Type definition for AWS::Connect::ContactFlow

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard
val contactFlowArn: Output<String>

The identifier of the contact flow (ARN).

Link copied to clipboard
val content: Output<String>

The content of the contact flow in JSON format.

Link copied to clipboard
val description: Output<String>?

The description of the contact flow.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceArn: Output<String>

The identifier of the Amazon Connect instance (ARN).

Link copied to clipboard
val name: Output<String>

The name of the contact flow.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<ContactFlowState>?

The state of the contact flow.

Link copied to clipboard
val tags: Output<List<Tag>>?

One or more tags.

Link copied to clipboard
val type: Output<ContactFlowType>

The type of the contact flow.

Link copied to clipboard
val urn: Output<String>