Show / Hide Table of Contents

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.

Inheritance
object
CfnLocationS3PropsMixin.S3ConfigProperty
Implements
CfnLocationS3PropsMixin.IS3ConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

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.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 .

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

string

Remarks

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

Implements

CfnLocationS3PropsMixin.IS3ConfigProperty
Back to top Generated by DocFX