Contact Flow Module Args
data class ContactFlowModuleArgs(val content: Output<String>? = null, val description: Output<String>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val state: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ContactFlowModuleArgs>
Resource Type definition for AWS::Connect::ContactFlowModule.
Example Usage
Example
No Java example available.