Class CfnComponentVersionProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnComponentVersionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentVersionProps
An implementation for CfnComponentVersionProps
  • 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(CfnComponentVersionProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnComponentVersionProps.Builder.
  • Method Details

    • getInlineRecipe

      public final String getInlineRecipe()
      Description copied from interface: CfnComponentVersionProps
      The recipe to use to create the component.

      The recipe defines the component's metadata, parameters, dependencies, lifecycle, artifacts, and platform compatibility.

      You must specify either InlineRecipe or LambdaFunction .

      Specified by:
      getInlineRecipe in interface CfnComponentVersionProps
    • getLambdaFunction

      public final Object getLambdaFunction()
      Description copied from interface: CfnComponentVersionProps
      The parameters to create a component from a Lambda function.

      You must specify either InlineRecipe or LambdaFunction .

      Specified by:
      getLambdaFunction in interface CfnComponentVersionProps
    • getTags

      public final Map<String,String> getTags()
      Description copied from interface: CfnComponentVersionProps
      Application-specific metadata to attach to the component version.

      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 Tag your AWS IoT Greengrass Version 2 resources in the AWS IoT Greengrass V2 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 CfnComponentVersionProps
    • $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