@Stability(value=Stable) @Internal public static final class CfnLoggerDefinitionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLoggerDefinitionProps
CfnLoggerDefinitionPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnLoggerDefinitionProps.Builder, CfnLoggerDefinitionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLoggerDefinitionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLoggerDefinitionProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getInitialVersion()
The logger definition version to include when the logger definition is created.
|
String |
getName()
The name of the logger definition.
|
Object |
getTags()
Application-specific metadata to attach to the logger definition.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnLoggerDefinitionProps.Builder builder)
CfnLoggerDefinitionProps.Builder.public final String getName()
CfnLoggerDefinitionPropsgetName in interface CfnLoggerDefinitionPropspublic final Object getInitialVersion()
CfnLoggerDefinitionProps
A logger definition version contains a list of logger property types.
To associate a logger definition version after the logger definition is created, create an
AWS::Greengrass::LoggerDefinitionVersionresource and specify the ID of this logger definition.
getInitialVersion in interface CfnLoggerDefinitionPropspublic final Object getTags()
CfnLoggerDefinitionPropsYou can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tagging Your AWS IoT Greengrass Resources in the Developer Guide .
This Json property type is processed as a map of key-value pairs. It uses the following format, which is different from most Tags implementations in AWS CloudFormation templates.
"Tags": { "KeyName0": "value", "KeyName1": "value", "KeyName2": "value"
}
getTags in interface CfnLoggerDefinitionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.