public static final class CfnLocationS3Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLocationS3Props
CfnLocationS3Props
CfnLocationS3Props.Builder, CfnLocationS3Props.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getS3BucketArn()
The ARN of the Amazon S3 bucket.
|
java.lang.Object |
getS3Config()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.
|
java.lang.String |
getS3StorageClass()
The Amazon S3 storage class that you want to store your files in when this location is used as a task destination.
|
java.lang.String |
getSubdirectory()
A subdirectory in the Amazon S3 bucket.
|
java.util.List<CfnTag> |
getTags()
The key-value pair that represents the tag that you want to add to the location.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getS3BucketArn()
CfnLocationS3Props
getS3BucketArn
in interface CfnLocationS3Props
public final java.lang.Object getS3Config()
CfnLocationS3Props
For detailed information about using such a role, see Creating a Location for Amazon S3 in the AWS DataSync User Guide .
getS3Config
in interface CfnLocationS3Props
public final java.lang.String getS3StorageClass()
CfnLocationS3Props
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 .
getS3StorageClass
in interface CfnLocationS3Props
public final java.lang.String getSubdirectory()
CfnLocationS3Props
This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.
getSubdirectory
in interface CfnLocationS3Props
public final java.util.List<CfnTag> getTags()
CfnLocationS3Props
The value can be an empty string. We recommend using tags to name your resources.
getTags
in interface CfnLocationS3Props
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()