Class CfnLoggingProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnLoggingProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingProps
@Stability(Stable)
@Internal
public static final class CfnLoggingProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingProps
An implementation for
CfnLoggingProps-
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.CfnLoggingProps
CfnLoggingProps.Builder, CfnLoggingProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLoggingProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLoggingProps.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 theCfnLoggingProps.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnLoggingPropsThe account ID.- Specified by:
getAccountIdin interfaceCfnLoggingProps- See Also:
-
getDefaultLogLevel
Description copied from interface:CfnLoggingPropsThe default log level.Valid Values:
DEBUG | INFO | ERROR | WARN | DISABLED- Specified by:
getDefaultLogLevelin interfaceCfnLoggingProps- See Also:
-
getRoleArn
Description copied from interface:CfnLoggingProps- Specified by:
getRoleArnin interfaceCfnLoggingProps- See Also:
-
getEventConfigurations
Description copied from interface:CfnLoggingPropsConfigurations 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: '<'eitherIResolvableorCfnLogging.EventConfigurationProperty>- Specified by:
getEventConfigurationsin interfaceCfnLoggingProps- 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()
-