Class: Aws::DatabaseMigrationService::Types::DmsTransferSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DmsTransferSettings
- 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
-
#bucket_name ⇒ String
The name of the S3 bucket to use.
-
#service_access_role_arn ⇒ String
The Amazon Resource Name (ARN) used by the service access IAM role.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket to use.
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_arn ⇒ String
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the ‘iam:PassRole` action.
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 |