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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.smsvoice.CfnConfigurationSet.EventDestinationProperty
CfnConfigurationSet.EventDestinationProperty.Builder, CfnConfigurationSet.EventDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationSet.EventDestinationProperty.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 ObjectAn object that contains information about an event destination that sends logging events to Amazon CloudWatch logs.final ObjectWhen set to true events will be logged.final StringThe name of the EventDestination.final ObjectAn 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 ObjectAn object that contains information about an event destination that sends logging events to Amazon SNS.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 theCfnConfigurationSet.EventDestinationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnConfigurationSet.EventDestinationPropertyWhen set to true events will be logged.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnConfigurationSet.EventDestinationProperty- See Also:
-
getEventDestinationName
Description copied from interface:CfnConfigurationSet.EventDestinationPropertyThe name of the EventDestination.- Specified by:
getEventDestinationNamein interfaceCfnConfigurationSet.EventDestinationProperty- See Also:
-
getMatchingEventTypes
Description copied from interface:CfnConfigurationSet.EventDestinationPropertyAn array of event types that determine which events to log.The
TEXT_SENTevent type is not supported.- Specified by:
getMatchingEventTypesin interfaceCfnConfigurationSet.EventDestinationProperty- See Also:
-
getCloudWatchLogsDestination
Description copied from interface:CfnConfigurationSet.EventDestinationPropertyAn object that contains information about an event destination that sends logging events to Amazon CloudWatch logs.Returns union: either
IResolvableorCfnConfigurationSet.CloudWatchLogsDestinationProperty- Specified by:
getCloudWatchLogsDestinationin interfaceCfnConfigurationSet.EventDestinationProperty- See Also:
-
getKinesisFirehoseDestination
Description copied from interface:CfnConfigurationSet.EventDestinationPropertyAn object that contains information about an event destination for logging to Amazon Data Firehose.Returns union: either
IResolvableorCfnConfigurationSet.KinesisFirehoseDestinationProperty- Specified by:
getKinesisFirehoseDestinationin interfaceCfnConfigurationSet.EventDestinationProperty- See Also:
-
getSnsDestination
Description copied from interface:CfnConfigurationSet.EventDestinationPropertyAn object that contains information about an event destination that sends logging events to Amazon SNS.Returns union: either
IResolvableorCfnConfigurationSet.SnsDestinationProperty- Specified by:
getSnsDestinationin interfaceCfnConfigurationSet.EventDestinationProperty- See Also:
-
$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()
-