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.
5597 5598 5599 5600 5601 5602 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5597 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.
5597 5598 5599 5600 5601 5602 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5597 class DmsTransferSettings < Struct.new( :service_access_role_arn, :bucket_name) SENSITIVE = [] include Aws::Structure end |