Class CfnBucketProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnBucketProps.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
    A name for the S3 on Outposts bucket.
    final Object
    Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing lifecycle configuration.
    final String
    The ID of the Outpost of the specified bucket.
    final List<CfnTag>
    Sets the tags for an S3 on Outposts bucket.
    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(CfnBucketProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnBucketProps.Builder.
  • Method Details

    • getBucketName

      public final String getBucketName()
      Description copied from interface: CfnBucketProps
      A name for the S3 on Outposts bucket.

      If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name. The bucket name must contain only lowercase letters, numbers, periods (.), and dashes (-) and must follow Amazon S3 bucket restrictions and limitations . For more information, see Bucket naming rules .

      If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you need to replace the resource, specify a new name.

      Specified by:
      getBucketName in interface CfnBucketProps
    • getOutpostId

      public final String getOutpostId()
      Description copied from interface: CfnBucketProps
      The ID of the Outpost of the specified bucket.
      Specified by:
      getOutpostId in interface CfnBucketProps
    • getLifecycleConfiguration

      public final Object getLifecycleConfiguration()
      Description copied from interface: CfnBucketProps
      Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing lifecycle configuration.

      Outposts buckets only support lifecycle configurations that delete/expire objects after a certain period of time and abort incomplete multipart uploads.

      Specified by:
      getLifecycleConfiguration in interface CfnBucketProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnBucketProps
      Sets the tags for an S3 on Outposts bucket. For more information, see Using Amazon S3 on Outposts .

      Use tags to organize your AWS bill to reflect your own cost structure. To do this, sign up to get your AWS account bill with tag key values included. Then, to see the cost of combined resources, organize your billing information according to resources with the same tag key values. For example, you can tag several resources with a specific application name, and then organize your billing information to see the total cost of that application across several services. For more information, see Cost allocation and tags .

      Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites the old value. For more information, see Using cost allocation and bucket tags .

      To use this resource, you must have permissions to perform the s3-outposts:PutBucketTagging . The S3 on Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing access permissions to your Amazon S3 resources .

      Specified by:
      getTags in interface CfnBucketProps
    • $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