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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ConfigurationSetEventDestinationOptions
ConfigurationSetEventDestinationOptions.Builder, ConfigurationSetEventDestinationOptions.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theConfigurationSetEventDestinationOptions.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 StringA name for the configuration set event destination.final EventDestinationThe event destination.final BooleanWhether Amazon SES publishes events to this destination.final List<EmailSendingEvent> The type of email sending events to publish to the event destination.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 theConfigurationSetEventDestinationOptions.Builder. 
 - 
 - 
Method Details
- 
getDestination
Description copied from interface:ConfigurationSetEventDestinationOptionsThe event destination.- Specified by:
 getDestinationin interfaceConfigurationSetEventDestinationOptions
 - 
getConfigurationSetEventDestinationName
Description copied from interface:ConfigurationSetEventDestinationOptionsA name for the configuration set event destination.Default: - a CloudFormation generated name
- Specified by:
 getConfigurationSetEventDestinationNamein interfaceConfigurationSetEventDestinationOptions
 - 
getEnabled
Description copied from interface:ConfigurationSetEventDestinationOptionsWhether Amazon SES publishes events to this destination.Default: true
- Specified by:
 getEnabledin interfaceConfigurationSetEventDestinationOptions
 - 
getEvents
Description copied from interface:ConfigurationSetEventDestinationOptionsThe type of email sending events to publish to the event destination.Default: - send all event types
- Specified by:
 getEventsin interfaceConfigurationSetEventDestinationOptions
 - 
$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() 
 -