Show / Hide Table of Contents

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locations3-s3config.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locations3-s3config.html#cfn-datasync-locations3-s3config-bucketaccessrolearn

Back to top Generated by DocFX