Class ConfigurationSetEventDestinationOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.ConfigurationSetEventDestinationOptions.Jsii$Proxy
- All Implemented Interfaces:
ConfigurationSetEventDestinationOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ConfigurationSetEventDestinationOptions
@Stability(Stable)
@Internal
public static final class ConfigurationSetEventDestinationOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ConfigurationSetEventDestinationOptions
An implementation for
ConfigurationSetEventDestinationOptions
-
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.ConfigurationSetEventDestinationOptions
ConfigurationSetEventDestinationOptions.Builder, ConfigurationSetEventDestinationOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theConfigurationSetEventDestinationOptions.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 String
A name for the configuration set event destination.final EventDestination
The event destination.final Boolean
Whether Amazon SES publishes events to this destination.final List<EmailSendingEvent>
The type of email sending events to publish to the event destination.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 theConfigurationSetEventDestinationOptions.Builder
.
-
-
Method Details
-
getDestination
Description copied from interface:ConfigurationSetEventDestinationOptions
The event destination.- Specified by:
getDestination
in interfaceConfigurationSetEventDestinationOptions
-
getConfigurationSetEventDestinationName
Description copied from interface:ConfigurationSetEventDestinationOptions
A name for the configuration set event destination.Default: - a CloudFormation generated name
- Specified by:
getConfigurationSetEventDestinationName
in interfaceConfigurationSetEventDestinationOptions
-
getEnabled
Description copied from interface:ConfigurationSetEventDestinationOptions
Whether Amazon SES publishes events to this destination.Default: true
- Specified by:
getEnabled
in interfaceConfigurationSetEventDestinationOptions
-
getEvents
Description copied from interface:ConfigurationSetEventDestinationOptions
The type of email sending events to publish to the event destination.Default: - send all event types
- Specified by:
getEvents
in interfaceConfigurationSetEventDestinationOptions
-
$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()
-