class Aws::DatabaseMigrationService::Types::DmsTransferSettings

The settings in JSON format for the DMS Transfer type source endpoint.

@note When making an API call, you may pass DmsTransferSettings

data as a hash:

    {
      service_access_role_arn: "String",
      bucket_name: "String",
    }

@!attribute [rw] service_access_role_arn

The IAM role that has permission to access the Amazon S3 bucket.
When specified as part of request syntax, such as for the
`CreateEndpoint` and `ModifyEndpoint` actions, the role must allow
the `iam:PassRole` action.
@return [String]

@!attribute [rw] bucket_name

The name of the S3 bucket to use.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DmsTransferSettings AWS API Documentation

Constants

SENSITIVE