Package-level declarations

Types

Link copied to clipboard
class ConfigurationSet : KotlinCustomResource

Resource schema for AWS::SES::ConfigurationSet.

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

Resource schema for AWS::SES::ConfigurationSet.

Link copied to clipboard
class ConfigurationSetEventDestination : KotlinCustomResource

Resource Type definition for AWS::SES::ConfigurationSetEventDestination

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

Resource Type definition for AWS::SES::ConfigurationSetEventDestination

Link copied to clipboard
object ConfigurationSetMapper : ResourceMapper<ConfigurationSet>
Link copied to clipboard
class ContactList : KotlinCustomResource

Resource schema for AWS::SES::ContactList.

Link copied to clipboard
data class ContactListArgs(val contactListName: Output<String>? = null, val description: Output<String>? = null, val tags: Output<List<ContactListTagArgs>>? = null, val topics: Output<List<ContactListTopicArgs>>? = null) : ConvertibleToJava<ContactListArgs>

Resource schema for AWS::SES::ContactList.

Link copied to clipboard
Link copied to clipboard
object ContactListMapper : ResourceMapper<ContactList>
Link copied to clipboard
Link copied to clipboard
class DedicatedIpPool : KotlinCustomResource

Resource Type definition for AWS::SES::DedicatedIpPool

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

Resource Type definition for AWS::SES::DedicatedIpPool

Link copied to clipboard
object DedicatedIpPoolMapper : ResourceMapper<DedicatedIpPool>
Link copied to clipboard
class EmailIdentity : KotlinCustomResource

Resource Type definition for AWS::SES::EmailIdentity

Link copied to clipboard
data class EmailIdentityArgs(val configurationSetAttributes: Output<EmailIdentityConfigurationSetAttributesArgs>? = null, val dkimAttributes: Output<EmailIdentityDkimAttributesArgs>? = null, val dkimSigningAttributes: Output<EmailIdentityDkimSigningAttributesArgs>? = null, val emailIdentity: Output<String>? = null, val feedbackAttributes: Output<EmailIdentityFeedbackAttributesArgs>? = null, val mailFromAttributes: Output<EmailIdentityMailFromAttributesArgs>? = null) : ConvertibleToJava<EmailIdentityArgs>

Resource Type definition for AWS::SES::EmailIdentity

Link copied to clipboard
Link copied to clipboard
object EmailIdentityMapper : ResourceMapper<EmailIdentity>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Template : KotlinCustomResource

Resource Type definition for AWS::SES::Template

Link copied to clipboard
data class TemplateArgs(val template: Output<TemplateArgs>? = null) : ConvertibleToJava<TemplateArgs>

Resource Type definition for AWS::SES::Template

Link copied to clipboard
Link copied to clipboard
object TemplateMapper : ResourceMapper<Template>
Link copied to clipboard
Link copied to clipboard
class VdmAttributes : KotlinCustomResource

Resource Type definition for AWS::SES::VdmAttributes

Link copied to clipboard
data class VdmAttributesArgs(val dashboardAttributes: Output<VdmAttributesDashboardAttributesArgs>? = null, val guardianAttributes: Output<VdmAttributesGuardianAttributesArgs>? = null) : ConvertibleToJava<VdmAttributesArgs>

Resource Type definition for AWS::SES::VdmAttributes

Link copied to clipboard
Link copied to clipboard
object VdmAttributesMapper : ResourceMapper<VdmAttributes>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun contactList(name: String, block: suspend ContactListResourceBuilder.() -> Unit): ContactList
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun template(name: String, block: suspend TemplateResourceBuilder.() -> Unit): Template
Link copied to clipboard