Class CfnConfigurationSet.EventDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.smsvoice.CfnConfigurationSet.EventDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSet.EventDestinationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationSet.EventDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnConfigurationSet.EventDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSet.EventDestinationProperty
An implementation for
CfnConfigurationSet.EventDestinationProperty
-
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.smsvoice.CfnConfigurationSet.EventDestinationProperty
CfnConfigurationSet.EventDestinationProperty.Builder, CfnConfigurationSet.EventDestinationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationSet.EventDestinationProperty.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
An object that contains information about an event destination that sends logging events to Amazon CloudWatch logs.final Object
When set to true events will be logged.final String
The name of the EventDestination.final Object
An object that contains information about an event destination for logging to Amazon Data Firehose.An array of event types that determine which events to log.final Object
An object that contains information about an event destination that sends logging events to Amazon SNS.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 theCfnConfigurationSet.EventDestinationProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnConfigurationSet.EventDestinationProperty
When set to true events will be logged.- Specified by:
getEnabled
in interfaceCfnConfigurationSet.EventDestinationProperty
- See Also:
-
getEventDestinationName
Description copied from interface:CfnConfigurationSet.EventDestinationProperty
The name of the EventDestination.- Specified by:
getEventDestinationName
in interfaceCfnConfigurationSet.EventDestinationProperty
- See Also:
-
getMatchingEventTypes
Description copied from interface:CfnConfigurationSet.EventDestinationProperty
An array of event types that determine which events to log.The
TEXT_SENT
event type is not supported.- Specified by:
getMatchingEventTypes
in interfaceCfnConfigurationSet.EventDestinationProperty
- See Also:
-
getCloudWatchLogsDestination
Description copied from interface:CfnConfigurationSet.EventDestinationProperty
An object that contains information about an event destination that sends logging events to Amazon CloudWatch logs.- Specified by:
getCloudWatchLogsDestination
in interfaceCfnConfigurationSet.EventDestinationProperty
- See Also:
-
getKinesisFirehoseDestination
Description copied from interface:CfnConfigurationSet.EventDestinationProperty
An object that contains information about an event destination for logging to Amazon Data Firehose.- Specified by:
getKinesisFirehoseDestination
in interfaceCfnConfigurationSet.EventDestinationProperty
- See Also:
-
getSnsDestination
Description copied from interface:CfnConfigurationSet.EventDestinationProperty
An object that contains information about an event destination that sends logging events to Amazon SNS.- Specified by:
getSnsDestination
in interfaceCfnConfigurationSet.EventDestinationProperty
- See Also:
-
$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()
-