Class ConfigurationSetEventDestinationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.ConfigurationSetEventDestinationProps.Jsii$Proxy
- All Implemented Interfaces:
ConfigurationSetEventDestinationOptions
,ConfigurationSetEventDestinationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ConfigurationSetEventDestinationProps
@Stability(Stable)
@Internal
public static final class ConfigurationSetEventDestinationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ConfigurationSetEventDestinationProps
An implementation for
ConfigurationSetEventDestinationProps
-
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.ConfigurationSetEventDestinationProps
ConfigurationSetEventDestinationProps.Builder, ConfigurationSetEventDestinationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theConfigurationSetEventDestinationProps.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 IConfigurationSet
The configuration set that contains the event destination.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 theConfigurationSetEventDestinationProps.Builder
.
-
-
Method Details
-
getConfigurationSet
Description copied from interface:ConfigurationSetEventDestinationProps
The configuration set that contains the event destination.- Specified by:
getConfigurationSet
in interfaceConfigurationSetEventDestinationProps
-
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()
-