Class CfnLocationS3PropsMixin.S3ConfigProperty
Specifies the Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataSync.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLocationS3PropsMixin.S3ConfigProperty : CfnLocationS3PropsMixin.IS3ConfigProperty
Syntax (vb)
Public Class CfnLocationS3PropsMixin.S3ConfigProperty Implements CfnLocationS3PropsMixin.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.Mixins.Preview.AWS.DataSync.Mixins;
var s3ConfigProperty = new S3ConfigProperty {
BucketAccessRoleArn = "bucketAccessRoleArn"
};
Synopsis
Constructors
| S3ConfigProperty() | Specifies the Amazon Resource Name (ARN) of the AWS Identity and Access Management (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. |
Constructors
S3ConfigProperty()
Specifies the Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket.
public S3ConfigProperty()
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.Mixins.Preview.AWS.DataSync.Mixins;
var s3ConfigProperty = new S3ConfigProperty {
BucketAccessRoleArn = "bucketAccessRoleArn"
};
Properties
BucketAccessRoleArn
Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.
public string? BucketAccessRoleArn { get; set; }