| Package | Description |
|---|---|
| software.amazon.awscdk.services.datasync |
AWS::DataSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnLocationS3.Builder |
CfnLocationS3.Builder.create(software.constructs.Construct scope,
String id) |
CfnLocationS3.Builder |
CfnLocationS3.Builder.s3BucketArn(String s3BucketArn)
The ARN of the Amazon S3 bucket.
|
CfnLocationS3.Builder |
CfnLocationS3.Builder.s3Config(CfnLocationS3.S3ConfigProperty s3Config)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.
|
CfnLocationS3.Builder |
CfnLocationS3.Builder.s3Config(IResolvable s3Config)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that is used to access an Amazon S3 bucket.
|
CfnLocationS3.Builder |
CfnLocationS3.Builder.s3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you want to store your files in when this location is used as a task destination.
|
CfnLocationS3.Builder |
CfnLocationS3.Builder.subdirectory(String subdirectory)
A subdirectory in the Amazon S3 bucket.
|
CfnLocationS3.Builder |
CfnLocationS3.Builder.tags(List<? extends CfnTag> tags)
The key-value pair that represents the tag that you want to add to the location.
|
Copyright © 2022. All rights reserved.