Class CfnLoggerDefinitionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnLoggerDefinitionProps.Jsii$Proxy
All Implemented Interfaces:
CfnLoggerDefinitionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnLoggerDefinitionProps

@Stability(Stable) @Internal public static final class CfnLoggerDefinitionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLoggerDefinitionProps
An implementation for CfnLoggerDefinitionProps
  • 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

      protected Jsii$Proxy(CfnLoggerDefinitionProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnLoggerDefinitionProps.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnLoggerDefinitionProps
      The name of the logger definition.
      Specified by:
      getName in interface CfnLoggerDefinitionProps
    • getInitialVersion

      public final Object getInitialVersion()
      Description copied from interface: CfnLoggerDefinitionProps
      The logger definition version to include when the logger definition is created.

      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::LoggerDefinitionVersion resource and specify the ID of this logger definition.

      Specified by:
      getInitialVersion in interface CfnLoggerDefinitionProps
    • getTags

      public final Object getTags()
      Description copied from interface: CfnLoggerDefinitionProps
      Application-specific metadata to attach to the logger definition.

      You 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"
       }
       
      Specified by:
      getTags in interface CfnLoggerDefinitionProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object