SigningScheme
Specifies the signing scheme to apply to messages sent with a configuration set. This is a union type, so you specify exactly one of its members.
Inheritors
Types
Use the default signing behavior. When you select this option, Amazon SES API v2 doesn't add an S/MIME signature to messages sent with the configuration set.
Sign messages sent with the configuration set using S/MIME. For signing to apply, the email identity used to send a message must have an active S/MIME certificate association.
Functions
Casts this SigningScheme as a DefaultScheme and retrieves its aws.sdk.kotlin.services.sesv2.model.DefaultSigningScheme value. Throws an exception if the SigningScheme is not a DefaultScheme.
Casts this SigningScheme as a DefaultScheme and retrieves its aws.sdk.kotlin.services.sesv2.model.DefaultSigningScheme value. Returns null if the SigningScheme is not a DefaultScheme.
Casts this SigningScheme as a SmimeScheme and retrieves its aws.sdk.kotlin.services.sesv2.model.SmimeSigningScheme value. Throws an exception if the SigningScheme is not a SmimeScheme.
Casts this SigningScheme as a SmimeScheme and retrieves its aws.sdk.kotlin.services.sesv2.model.SmimeSigningScheme value. Returns null if the SigningScheme is not a SmimeScheme.