public static interface CfnLocationS3.S3ConfigProperty
For detailed information about using such a role, see Creating a Location for Amazon S3 in the AWS DataSync User Guide .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.datasync.*; S3ConfigProperty s3ConfigProperty = S3ConfigProperty.builder() .bucketAccessRoleArn("bucketAccessRoleArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLocationS3.S3ConfigProperty.Builder
A builder for
CfnLocationS3.S3ConfigProperty |
static class |
CfnLocationS3.S3ConfigProperty.Jsii$Proxy
An implementation for
CfnLocationS3.S3ConfigProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLocationS3.S3ConfigProperty.Builder |
builder() |
java.lang.String |
getBucketAccessRoleArn()
The ARN of the IAM role for accessing the S3 bucket.
|
java.lang.String getBucketAccessRoleArn()
static CfnLocationS3.S3ConfigProperty.Builder builder()