Class CfnConfigurationSetPropsMixin.EventDestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnConfigurationSetPropsMixin.EventDestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationSetPropsMixin.EventDestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationSetPropsMixin.EventDestinationProperty
@Stability(Stable)
@Internal
public static final class CfnConfigurationSetPropsMixin.EventDestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationSetPropsMixin.EventDestinationProperty
An implementation for
CfnConfigurationSetPropsMixin.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.cfnpropertymixins.services.smsvoice.CfnConfigurationSetPropsMixin.EventDestinationProperty
CfnConfigurationSetPropsMixin.EventDestinationProperty.Builder, CfnConfigurationSetPropsMixin.EventDestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationSetPropsMixin.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 theCfnConfigurationSetPropsMixin.EventDestinationProperty.Builder.
-
-
Method Details
-
getCloudWatchLogsDestination
Description copied from interface:CfnConfigurationSetPropsMixin.EventDestinationPropertyAn object that contains information about an event destination that sends logging events to Amazon CloudWatch logs.Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.CloudWatchLogsDestinationProperty- Specified by:
getCloudWatchLogsDestinationin interfaceCfnConfigurationSetPropsMixin.EventDestinationProperty- See Also:
-
getEnabled
Description copied from interface:CfnConfigurationSetPropsMixin.EventDestinationPropertyWhen set to true events will be logged.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnConfigurationSetPropsMixin.EventDestinationProperty- See Also:
-
getEventDestinationName
Description copied from interface:CfnConfigurationSetPropsMixin.EventDestinationPropertyThe name of the EventDestination.- Specified by:
getEventDestinationNamein interfaceCfnConfigurationSetPropsMixin.EventDestinationProperty- See Also:
-
getKinesisFirehoseDestination
Description copied from interface:CfnConfigurationSetPropsMixin.EventDestinationPropertyAn object that contains information about an event destination for logging to Amazon Data Firehose.Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.KinesisFirehoseDestinationProperty- Specified by:
getKinesisFirehoseDestinationin interfaceCfnConfigurationSetPropsMixin.EventDestinationProperty- See Also:
-
getMatchingEventTypes
Description copied from interface:CfnConfigurationSetPropsMixin.EventDestinationPropertyAn array of event types that determine which events to log.The
TEXT_SENTevent type is not supported.- Specified by:
getMatchingEventTypesin interfaceCfnConfigurationSetPropsMixin.EventDestinationProperty- See Also:
-
getSnsDestination
Description copied from interface:CfnConfigurationSetPropsMixin.EventDestinationPropertyAn object that contains information about an event destination that sends logging events to Amazon SNS.Returns union: either
IResolvableorCfnConfigurationSetPropsMixin.SnsDestinationProperty- Specified by:
getSnsDestinationin interfaceCfnConfigurationSetPropsMixin.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()
-