Class CfnResourceVersionProps.Jsii$Proxy

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

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

    • getSchemaHandlerPackage

      public final String getSchemaHandlerPackage()
      Description copied from interface: CfnResourceVersionProps
      A URL to the S3 bucket containing the resource project package that contains the necessary files for the resource you want to register.

      For information on generating a schema handler package for the resource you want to register, see submit in the CloudFormation CLI User Guide .

      The user registering the resource must be able to access the package in the S3 bucket. That is, the user needs to have GetObject permissions for the schema handler package. For more information, see Actions, Resources, and Condition Keys for Amazon S3 in the AWS Identity and Access Management User Guide .

      Specified by:
      getSchemaHandlerPackage in interface CfnResourceVersionProps
    • getTypeName

      public final String getTypeName()
      Description copied from interface: CfnResourceVersionProps
      The name of the resource being registered.

      We recommend that resource names adhere to the following pattern: company_or_organization :: service :: type .

      The following organization namespaces are reserved and can't be used in your resource names:

      • Alexa
      • AMZN
      • Amazon
      • AWS
      • Custom
      • Dev

      Specified by:
      getTypeName in interface CfnResourceVersionProps
    • getExecutionRoleArn

      public final String getExecutionRoleArn()
      Description copied from interface: CfnResourceVersionProps
      The Amazon Resource Name (ARN) of the IAM role for CloudFormation to assume when invoking the resource.

      If your resource calls AWS APIs in any of its handlers, you must create an IAM execution role that includes the necessary permissions to call those AWS APIs, and provision that execution role in your account. When CloudFormation needs to invoke the resource type handler, CloudFormation assumes this execution role to create a temporary session token, which it then passes to the resource type handler, thereby supplying your resource type with the appropriate credentials.

      Specified by:
      getExecutionRoleArn in interface CfnResourceVersionProps
    • getLoggingConfig

      public final Object getLoggingConfig()
      Description copied from interface: CfnResourceVersionProps
      Logging configuration information for a resource.
      Specified by:
      getLoggingConfig in interface CfnResourceVersionProps
    • $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