Class: Aws::DataSync::Types::S3Config
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::S3Config
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Specifies the Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that DataSync uses to access your S3 bucket.
For more information, see [Accessing S3 buckets].
[1]: docs.aws.amazon.com/datasync/latest/userguide/create-s3-location.html#create-s3-location-access
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_access_role_arn ⇒ String
Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.
Instance Attribute Details
#bucket_access_role_arn ⇒ String
Specifies the ARN of the IAM role that DataSync uses to access your S3 bucket.
5124 5125 5126 5127 5128 |
# File 'lib/aws-sdk-datasync/types.rb', line 5124 class S3Config < Struct.new( :bucket_access_role_arn) SENSITIVE = [] include Aws::Structure end |