SSESpecification

@JsonSerializable
data class SSESpecification(val Enabled: Boolean, val KMSMasterKeyId: KMSKeyId? = null, val SSEType: SSEType? = null)

Constructors

Link copied to clipboard
constructor(Enabled: Boolean, KMSMasterKeyId: KMSKeyId? = null, SSEType: SSEType? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val SSEType: SSEType? = null