Class ArnComponents.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class ArnComponents.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ArnComponents
An implementation for ArnComponents
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.core.ArnComponents

    ArnComponents.Builder, ArnComponents.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ArnComponents.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The ID of the AWS account that owns the resource, without the hyphens.
    final ArnFormat
    The specific ARN format to use for this ARN value.
    final String
    The partition that the resource is in.
    final String
    The region the resource resides in.
    final String
    Resource type (e.g.
    final String
    Resource name or path within the resource (i.e.
    final String
    (deprecated) Separator between resource type and the resource.
    final String
    The service namespace that identifies the AWS product (for example, 's3', 'iam', 'codepipline').
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(ArnComponents.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ArnComponents.Builder.
  • Method Details

    • getResource

      public final String getResource()
      Description copied from interface: ArnComponents
      Resource type (e.g. "table", "autoScalingGroup", "certificate"). For some resource types, e.g. S3 buckets, this field defines the bucket name.
      Specified by:
      getResource in interface ArnComponents
    • getService

      public final String getService()
      Description copied from interface: ArnComponents
      The service namespace that identifies the AWS product (for example, 's3', 'iam', 'codepipline').
      Specified by:
      getService in interface ArnComponents
    • getAccount

      public final String getAccount()
      Description copied from interface: ArnComponents
      The ID of the AWS account that owns the resource, without the hyphens.

      For example, 123456789012. Note that the ARNs for some resources don't require an account number, so this component might be omitted.

      Default: The account the stack is deployed to.

      Specified by:
      getAccount in interface ArnComponents
    • getArnFormat

      public final ArnFormat getArnFormat()
      Description copied from interface: ArnComponents
      The specific ARN format to use for this ARN value.

      Default: - uses value of `sep` as the separator for formatting, `ArnFormat.SLASH_RESOURCE_NAME` if that property was also not provided

      Specified by:
      getArnFormat in interface ArnComponents
    • getPartition

      public final String getPartition()
      Description copied from interface: ArnComponents
      The partition that the resource is in.

      For standard AWS regions, the partition is aws. If you have resources in other partitions, the partition is aws-partitionname. For example, the partition for resources in the China (Beijing) region is aws-cn.

      Default: The AWS partition the stack is deployed to.

      Specified by:
      getPartition in interface ArnComponents
    • getRegion

      public final String getRegion()
      Description copied from interface: ArnComponents
      The region the resource resides in.

      Note that the ARNs for some resources do not require a region, so this component might be omitted.

      Default: The region the stack is deployed to.

      Specified by:
      getRegion in interface ArnComponents
    • getResourceName

      public final String getResourceName()
      Description copied from interface: ArnComponents
      Resource name or path within the resource (i.e. S3 bucket object key) or a wildcard such as "*". This is service-dependent.
      Specified by:
      getResourceName in interface ArnComponents
    • getSep

      public final String getSep()
      Description copied from interface: ArnComponents
      (deprecated) Separator between resource type and the resource.

      Can be either '/', ':' or an empty string. Will only be used if resourceName is defined.

      Default: '/'

      Specified by:
      getSep in interface ArnComponents
    • $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