SigningScheme

sealed class 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

Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard