@Stability(value=Stable)
public static interface CfnLocationS3.S3ConfigProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getBucketAccessRoleArn()
The ARN of the IAM role for accessing the S3 bucket.
|
@Stability(value=Stable) @NotNull String getBucketAccessRoleArn()
@Stability(value=Stable) static CfnLocationS3.S3ConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.