Show / Hide Table of Contents

Interface CfnLocationS3.IS3ConfigProperty

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role used to access an Amazon S3 bucket.

Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public interface IS3ConfigProperty
Syntax (vb)
Public Interface IS3ConfigProperty
Remarks

For detailed information about using such a role, see Creating a Location for Amazon S3 in the AWS DataSync User Guide .

Link: 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;

S3ConfigProperty s3ConfigProperty = new S3ConfigProperty {
    BucketAccessRoleArn = "bucketAccessRoleArn"
};

Synopsis

Properties

BucketAccessRoleArn

The ARN of the IAM role for accessing the S3 bucket.

Properties

BucketAccessRoleArn

The ARN of the IAM role for accessing the S3 bucket.

string BucketAccessRoleArn { get; }
Property Value

System.String

Remarks

Link: 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