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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.ConfigurationSetEventDestinationProps
ConfigurationSetEventDestinationProps.Builder, ConfigurationSetEventDestinationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theConfigurationSetEventDestinationProps.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 IConfigurationSetThe configuration set that contains the event destination.final 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 theConfigurationSetEventDestinationProps.Builder.
-
-
Method Details
-
getConfigurationSet
Description copied from interface:ConfigurationSetEventDestinationPropsThe configuration set that contains the event destination.- Specified by:
getConfigurationSetin interfaceConfigurationSetEventDestinationProps
-
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()
-