Object Type Args
data class ObjectTypeArgs(val allowProfileCreation: Output<Boolean>? = null, val description: Output<String>? = null, val domainName: Output<String>? = null, val encryptionKey: Output<String>? = null, val expirationDays: Output<Int>? = null, val fields: Output<List<ObjectTypeFieldMapArgs>>? = null, val keys: Output<List<ObjectTypeKeyMapArgs>>? = null, val objectTypeName: Output<String>? = null, val sourceLastUpdatedTimestampFormat: Output<String>? = null, val tags: Output<List<ObjectTypeTagArgs>>? = null, val templateId: Output<String>? = null) : ConvertibleToJava<ObjectTypeArgs>
An ObjectType resource of Amazon Connect Customer Profiles
Constructors
Link copied to clipboard
fun ObjectTypeArgs(allowProfileCreation: Output<Boolean>? = null, description: Output<String>? = null, domainName: Output<String>? = null, encryptionKey: Output<String>? = null, expirationDays: Output<Int>? = null, fields: Output<List<ObjectTypeFieldMapArgs>>? = null, keys: Output<List<ObjectTypeKeyMapArgs>>? = null, objectTypeName: Output<String>? = null, sourceLastUpdatedTimestampFormat: Output<String>? = null, tags: Output<List<ObjectTypeTagArgs>>? = null, templateId: Output<String>? = null)