Class: Aws::DataSync::Types::S3Config

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datasync/types.rb

Overview

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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_access_role_arnString

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

Returns:

  • (String)


4784
4785
4786
4787
4788
# File 'lib/aws-sdk-datasync/types.rb', line 4784

class S3Config < Struct.new(
  :bucket_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end