Package-level declarations

Types

Link copied to clipboard

Resource for managing an AWS SESv2 (Simple Email V2) Configuration Set.

Link copied to clipboard
data class ConfigurationSetArgs(val configurationSetName: Output<String>? = null, val deliveryOptions: Output<ConfigurationSetDeliveryOptionsArgs>? = null, val reputationOptions: Output<ConfigurationSetReputationOptionsArgs>? = null, val sendingOptions: Output<ConfigurationSetSendingOptionsArgs>? = null, val suppressionOptions: Output<ConfigurationSetSuppressionOptionsArgs>? = null, val tags: Output<Map<String, String>>? = null, val trackingOptions: Output<ConfigurationSetTrackingOptionsArgs>? = null) : ConvertibleToJava<ConfigurationSetArgs>

Resource for managing an AWS SESv2 (Simple Email V2) Configuration Set.

Link copied to clipboard

Resource for managing an AWS SESv2 (Simple Email V2) Configuration Set Event Destination.

Link copied to clipboard
data class ConfigurationSetEventDestinationArgs(val configurationSetName: Output<String>? = null, val eventDestination: Output<ConfigurationSetEventDestinationEventDestinationArgs>? = null, val eventDestinationName: Output<String>? = null) : ConvertibleToJava<ConfigurationSetEventDestinationArgs>

Resource for managing an AWS SESv2 (Simple Email V2) Configuration Set Event Destination.

Link copied to clipboard

Resource for managing an AWS SESv2 (Simple Email V2) Dedicated IP Assignment. This resource is used with "Standard" dedicated IP addresses. This includes addresses requested and relinquished manually via an AWS support case, or Bring Your Own IP addresses. Once no longer assigned, this resource returns the IP to the ses-default-dedicated-pool, managed by AWS.

Link copied to clipboard
data class DedicatedIpAssignmentArgs(val destinationPoolName: Output<String>? = null, val ip: Output<String>? = null) : ConvertibleToJava<DedicatedIpAssignmentArgs>

Resource for managing an AWS SESv2 (Simple Email V2) Dedicated IP Assignment. This resource is used with "Standard" dedicated IP addresses. This includes addresses requested and relinquished manually via an AWS support case, or Bring Your Own IP addresses. Once no longer assigned, this resource returns the IP to the ses-default-dedicated-pool, managed by AWS.

Link copied to clipboard

Resource for managing an AWS SESv2 (Simple Email V2) Dedicated IP Pool.

Link copied to clipboard
data class DedicatedIpPoolArgs(val poolName: Output<String>? = null, val scalingMode: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DedicatedIpPoolArgs>

Resource for managing an AWS SESv2 (Simple Email V2) Dedicated IP Pool.

Link copied to clipboard

Resource for managing an AWS SESv2 (Simple Email V2) Email Identity.

Link copied to clipboard
data class EmailIdentityArgs(val configurationSetName: Output<String>? = null, val dkimSigningAttributes: Output<EmailIdentityDkimSigningAttributesArgs>? = null, val emailIdentity: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EmailIdentityArgs>

Resource for managing an AWS SESv2 (Simple Email V2) Email Identity.

Link copied to clipboard
Link copied to clipboard

Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Feedback Attributes.

Link copied to clipboard
data class EmailIdentityFeedbackAttributesArgs(val emailForwardingEnabled: Output<Boolean>? = null, val emailIdentity: Output<String>? = null) : ConvertibleToJava<EmailIdentityFeedbackAttributesArgs>

Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Feedback Attributes.

Link copied to clipboard

Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Mail From Attributes.

Link copied to clipboard
data class EmailIdentityMailFromAttributesArgs(val behaviorOnMxFailure: Output<String>? = null, val emailIdentity: Output<String>? = null, val mailFromDomain: Output<String>? = null) : ConvertibleToJava<EmailIdentityMailFromAttributesArgs>

Resource for managing an AWS SESv2 (Simple Email V2) Email Identity Mail From Attributes.

Link copied to clipboard
Link copied to clipboard

Functions