Interface CfnLocationS3.IS3ConfigProperty
Specifies the Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket.
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLocationS3.IS3ConfigProperty
Syntax (vb)
Public Interface CfnLocationS3.IS3ConfigProperty
Remarks
For more information, see Providing DataSync access to S3 buckets .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataSync;
var s3ConfigProperty = new S3ConfigProperty {
BucketAccessRoleArn = "bucketAccessRoleArn"
};
Synopsis
Properties
| BucketAccessRoleArn | Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket. |
Properties
BucketAccessRoleArn
Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.
string BucketAccessRoleArn { get; }