Class: Aws::DatabaseMigrationService::Types::DmsTransferSettings

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the S3 bucket to use.

Returns:

  • (String)


5131
5132
5133
5134
5135
5136
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5131

class DmsTransferSettings < Struct.new(
  :service_access_role_arn,
  :bucket_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_access_role_arnString

The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the ‘iam:PassRole` action.

Returns:

  • (String)


5131
5132
5133
5134
5135
5136
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5131

class DmsTransferSettings < Struct.new(
  :service_access_role_arn,
  :bucket_name)
  SENSITIVE = []
  include Aws::Structure
end