Class CfnLoggingPropsMixin.EventConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnLoggingPropsMixin.EventConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingPropsMixin.EventConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingPropsMixin.EventConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnLoggingPropsMixin.EventConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingPropsMixin.EventConfigurationProperty
An implementation for
CfnLoggingPropsMixin.EventConfigurationProperty-
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.iot.CfnLoggingPropsMixin.EventConfigurationProperty
CfnLoggingPropsMixin.EventConfigurationProperty.Builder, CfnLoggingPropsMixin.EventConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingPropsMixin.EventConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnLoggingPropsMixin.EventConfigurationProperty.Builder.
-
-
Method Details
-
getEventType
Description copied from interface:CfnLoggingPropsMixin.EventConfigurationPropertyThe type of event to log.These include event types like Connect, Publish, and Disconnect.
- Specified by:
getEventTypein interfaceCfnLoggingPropsMixin.EventConfigurationProperty- See Also:
-
getLogDestination
Description copied from interface:CfnLoggingPropsMixin.EventConfigurationPropertyCloudWatch Log Group for event-based logging.Specifies where log events should be sent. The log destination for event-based logging overrides default Log Group for the specified event type and applies to all resources associated with that event.
- Specified by:
getLogDestinationin interfaceCfnLoggingPropsMixin.EventConfigurationProperty- See Also:
-
getLogLevel
Description copied from interface:CfnLoggingPropsMixin.EventConfigurationPropertyThe logging level for the specified event type.Determines the verbosity of log messages generated for this event type.
- Specified by:
getLogLevelin interfaceCfnLoggingPropsMixin.EventConfigurationProperty- 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()
-