Class CfnLogging.EventConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnLogging.EventConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLogging.EventConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLogging.EventConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnLogging.EventConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLogging.EventConfigurationProperty
An implementation for
CfnLogging.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.services.iot.CfnLogging.EventConfigurationProperty
CfnLogging.EventConfigurationProperty.Builder, CfnLogging.EventConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLogging.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 theCfnLogging.EventConfigurationProperty.Builder.
-
-
Method Details
-
getEventType
Description copied from interface:CfnLogging.EventConfigurationPropertyThe type of event to log.These include event types like Connect, Publish, and Disconnect.
- Specified by:
getEventTypein interfaceCfnLogging.EventConfigurationProperty- See Also:
-
getLogDestination
Description copied from interface:CfnLogging.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 interfaceCfnLogging.EventConfigurationProperty- See Also:
-
getLogLevel
Description copied from interface:CfnLogging.EventConfigurationPropertyThe logging level for the specified event type.Determines the verbosity of log messages generated for this event type.
- Specified by:
getLogLevelin interfaceCfnLogging.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()
-