Class CfnLoggingMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnLoggingMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingMixinProps
@Stability(Stable)
@Internal
public static final class CfnLoggingMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingMixinProps
An implementation for
CfnLoggingMixinProps-
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.CfnLoggingMixinProps
CfnLoggingMixinProps.Builder, CfnLoggingMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLoggingMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLoggingMixinProps.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 StringThe account ID.final StringThe default log level.final ObjectConfigurations for event-based logging that specifies which event types to log and their logging settings.final ObjectThe role ARN used for the log.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 theCfnLoggingMixinProps.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnLoggingMixinPropsThe account ID.- Specified by:
getAccountIdin interfaceCfnLoggingMixinProps- See Also:
-
getDefaultLogLevel
Description copied from interface:CfnLoggingMixinPropsThe default log level.Valid Values:
DEBUG | INFO | ERROR | WARN | DISABLED- Specified by:
getDefaultLogLevelin interfaceCfnLoggingMixinProps- See Also:
-
getEventConfigurations
Description copied from interface:CfnLoggingMixinPropsConfigurations for event-based logging that specifies which event types to log and their logging settings.Overrides account-level logging for the specified event
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnLoggingPropsMixin.EventConfigurationProperty>- Specified by:
getEventConfigurationsin interfaceCfnLoggingMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnLoggingMixinProps- Specified by:
getRoleArnin interfaceCfnLoggingMixinProps- 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()
-