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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnLocationS3Props.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLocationS3Props.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 TypeMethodDescriptioncom.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.getTags()
The key-value pair that represents the tag that you want to add to the location.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnLocationS3Props.Builder
.
-
-
Method Details
-
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 interfaceCfnLocationS3Props
-
getS3BucketArn
Description copied from interface:CfnLocationS3Props
The ARN of the Amazon S3 bucket.- Specified by:
getS3BucketArn
in interfaceCfnLocationS3Props
-
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 interfaceCfnLocationS3Props
-
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 interfaceCfnLocationS3Props
-
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 interfaceCfnLocationS3Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-