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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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)


4790
4791
4792
4793
4794
4795
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4790

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)


4790
4791
4792
4793
4794
4795
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4790

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