Class CfnConfigurationSetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnConfigurationSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationSetMixinProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationSetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSetMixinProps
An implementation for
CfnConfigurationSetMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ses.CfnConfigurationSetMixinProps
CfnConfigurationSetMixinProps.Builder, CfnConfigurationSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationSetMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAn object that defines a MailManager archive that is used to preserve emails that you send using the configuration set.final ObjectSpecifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).final StringgetName()The name of the configuration set.final ObjectAn object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.final ObjectAn object that defines whether or not Amazon SES can send email that you send using the configuration set.final ObjectAn object that contains information about the suppression list preferences for your account.getTags()An array of objects that define the tags (keys and values) that are associated with the configuration set.final ObjectAn object that defines the open and click tracking options for emails that you send using the configuration set.final ObjectThe Virtual Deliverability Manager (VDM) options that apply to the configuration set.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetMixinProps.Builder.
-
-
Method Details
-
getArchivingOptions
Description copied from interface:CfnConfigurationSetMixinPropsAn object that defines a MailManager archive that is used to preserve emails that you send using the configuration set.Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.ArchivingOptionsProperty- Specified by:
getArchivingOptionsin interfaceCfnConfigurationSetMixinProps- See Also:
-
getDeliveryOptions
Description copied from interface:CfnConfigurationSetMixinPropsSpecifies the name of the dedicated IP pool to associate with the configuration set and whether messages that use the configuration set are required to use Transport Layer Security (TLS).Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.DeliveryOptionsProperty- Specified by:
getDeliveryOptionsin interfaceCfnConfigurationSetMixinProps- See Also:
-
getName
Description copied from interface:CfnConfigurationSetMixinPropsThe name of the configuration set. The name must meet the following requirements:.- Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
- Contain 64 characters or fewer.
- Specified by:
getNamein interfaceCfnConfigurationSetMixinProps- See Also:
-
getReputationOptions
Description copied from interface:CfnConfigurationSetMixinPropsAn object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.ReputationOptionsProperty- Specified by:
getReputationOptionsin interfaceCfnConfigurationSetMixinProps- See Also:
-
getSendingOptions
Description copied from interface:CfnConfigurationSetMixinPropsAn object that defines whether or not Amazon SES can send email that you send using the configuration set.Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.SendingOptionsProperty- Specified by:
getSendingOptionsin interfaceCfnConfigurationSetMixinProps- See Also:
-
getSuppressionOptions
Description copied from interface:CfnConfigurationSetMixinPropsAn object that contains information about the suppression list preferences for your account.Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.SuppressionOptionsProperty- Specified by:
getSuppressionOptionsin interfaceCfnConfigurationSetMixinProps- See Also:
-
getTags
Description copied from interface:CfnConfigurationSetMixinPropsAn array of objects that define the tags (keys and values) that are associated with the configuration set.- Specified by:
getTagsin interfaceCfnConfigurationSetMixinProps- See Also:
-
getTrackingOptions
Description copied from interface:CfnConfigurationSetMixinPropsAn object that defines the open and click tracking options for emails that you send using the configuration set.Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.TrackingOptionsProperty- Specified by:
getTrackingOptionsin interfaceCfnConfigurationSetMixinProps- See Also:
-
getVdmOptions
Description copied from interface:CfnConfigurationSetMixinPropsThe Virtual Deliverability Manager (VDM) options that apply to the configuration set.Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.VdmOptionsProperty- Specified by:
getVdmOptionsin interfaceCfnConfigurationSetMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-