Endpoint Kinesis Settings Args
data class EndpointKinesisSettingsArgs(val includeControlDetails: Output<Boolean>? = null, val includeNullAndEmpty: Output<Boolean>? = null, val includePartitionValue: Output<Boolean>? = null, val includeTableAlterOperations: Output<Boolean>? = null, val includeTransactionDetails: Output<Boolean>? = null, val messageFormat: Output<String>? = null, val partitionIncludeSchemaTable: Output<Boolean>? = null, val serviceAccessRoleArn: Output<String>? = null, val streamArn: Output<String>? = null) : ConvertibleToJava<EndpointKinesisSettingsArgs>
Constructors
Link copied to clipboard
fun EndpointKinesisSettingsArgs(includeControlDetails: Output<Boolean>? = null, includeNullAndEmpty: Output<Boolean>? = null, includePartitionValue: Output<Boolean>? = null, includeTableAlterOperations: Output<Boolean>? = null, includeTransactionDetails: Output<Boolean>? = null, messageFormat: Output<String>? = null, partitionIncludeSchemaTable: Output<Boolean>? = null, serviceAccessRoleArn: Output<String>? = null, streamArn: Output<String>? = null)