Class CfnConfigurationSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnConfigurationSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConfigurationSetProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSetProps
An implementation for
CfnConfigurationSetProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnConfigurationSetProps
CfnConfigurationSetProps.Builder, CfnConfigurationSetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).final String
getName()
The name of the configuration set.final Object
An object that represents the reputation settings for the configuration set.final Object
An object that defines whether or not Amazon SES can send email that you send using the configuration set.final Object
An object that contains information about the suppression list preferences for your account.final Object
The name of the custom open and click tracking domain associated with the configuration set.final Object
The Virtual Deliverability Manager (VDM) options that apply to the configuration set.final int
hashCode()
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 theCfnConfigurationSetProps.Builder
.
-
-
Method Details
-
getDeliveryOptions
Description copied from interface:CfnConfigurationSetProps
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).- Specified by:
getDeliveryOptions
in interfaceCfnConfigurationSetProps
-
getName
Description copied from interface:CfnConfigurationSetProps
The 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:
getName
in interfaceCfnConfigurationSetProps
-
getReputationOptions
Description copied from interface:CfnConfigurationSetProps
An object that represents the reputation settings for the configuration set.- Specified by:
getReputationOptions
in interfaceCfnConfigurationSetProps
-
getSendingOptions
Description copied from interface:CfnConfigurationSetProps
An object that defines whether or not Amazon SES can send email that you send using the configuration set.- Specified by:
getSendingOptions
in interfaceCfnConfigurationSetProps
-
getSuppressionOptions
Description copied from interface:CfnConfigurationSetProps
An object that contains information about the suppression list preferences for your account.- Specified by:
getSuppressionOptions
in interfaceCfnConfigurationSetProps
-
getTrackingOptions
Description copied from interface:CfnConfigurationSetProps
The name of the custom open and click tracking domain associated with the configuration set.- Specified by:
getTrackingOptions
in interfaceCfnConfigurationSetProps
-
getVdmOptions
Description copied from interface:CfnConfigurationSetProps
The Virtual Deliverability Manager (VDM) options that apply to the configuration set.- Specified by:
getVdmOptions
in interfaceCfnConfigurationSetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-