ObjectTypeArgs

constructor(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<TagArgs>>? = null, templateId: Output<String>? = null)