Class CfnLocationS3Props.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnLocationS3Props.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 ARN of the Amazon S3 bucket.
    final Object
    The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.
    final String
    The Amazon S3 storage class that you want to store your files in when this location is used as a task destination.
    final String
    A subdirectory in the Amazon S3 bucket.
    final List<CfnTag>
    The key-value pair that represents the tag that you want to add to the location.
    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(CfnLocationS3Props.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnLocationS3Props.Builder.
  • Method Details

    • getS3Config

      public final Object getS3Config()
      Description copied from interface: CfnLocationS3Props
      The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.

      For detailed information about using such a role, see Creating a Location for Amazon S3 in the AWS DataSync User Guide .

      Specified by:
      getS3Config in interface CfnLocationS3Props
    • getS3BucketArn

      public final String getS3BucketArn()
      Description copied from interface: CfnLocationS3Props
      The ARN of the Amazon S3 bucket.
      Specified by:
      getS3BucketArn in interface CfnLocationS3Props
    • getS3StorageClass

      public final String getS3StorageClass()
      Description copied from interface: CfnLocationS3Props
      The Amazon S3 storage class that you want to store your files in when this location is used as a task destination.

      For buckets in AWS Regions , the storage class defaults to S3 Standard.

      For more information about S3 storage classes, see Amazon S3 Storage Classes . Some storage classes have behaviors that can affect your S3 storage costs. For detailed information, see Considerations When Working with Amazon S3 Storage Classes in DataSync .

      Specified by:
      getS3StorageClass in interface CfnLocationS3Props
    • getSubdirectory

      public final String getSubdirectory()
      Description copied from interface: CfnLocationS3Props
      A subdirectory in the Amazon S3 bucket.

      This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.

      Specified by:
      getSubdirectory in interface CfnLocationS3Props
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnLocationS3Props
      The key-value pair that represents the tag that you want to add to the location.

      The value can be an empty string. We recommend using tags to name your resources.

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