You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Config as input to an Aws::Client method, you can use a vanilla Hash:

{
  bucket_access_role_arn: "IamRoleArn", # required
}

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_access_role_arnString

The Amazon S3 bucket to access. This bucket is used as a parameter in the CreateLocationS3 operation.

Returns:

  • (String)

    The Amazon S3 bucket to access.