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.
      4790 4791 4792 4793 4794 4795  | 
    
      # File '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_arn ⇒ String
The Amazon Resource Name (ARN) used by the service access IAM role. The role must allow the ‘iam:PassRole` action.
      4790 4791 4792 4793 4794 4795  | 
    
      # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4790 class DmsTransferSettings < Struct.new( :service_access_role_arn, :bucket_name) SENSITIVE = [] include Aws::Structure end  |