Class: Aws::DatabaseMigrationService::Types::DataProviderDescriptorDefinition
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::DataProviderDescriptorDefinition
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Information about a data provider.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #data_provider_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name or Amazon Resource Name (ARN) of the data provider. 
- 
  
    
      #secrets_manager_access_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the role used to access Amazon Web Services Secrets Manager. 
- 
  
    
      #secrets_manager_secret_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider. 
Instance Attribute Details
#data_provider_identifier ⇒ String
The name or Amazon Resource Name (ARN) of the data provider.
| 2146 2147 2148 2149 2150 2151 2152 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2146 class DataProviderDescriptorDefinition < Struct.new( :data_provider_identifier, :secrets_manager_secret_id, :secrets_manager_access_role_arn) SENSITIVE = [] include Aws::Structure end | 
#secrets_manager_access_role_arn ⇒ String
The ARN of the role used to access Amazon Web Services Secrets Manager.
| 2146 2147 2148 2149 2150 2151 2152 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2146 class DataProviderDescriptorDefinition < Struct.new( :data_provider_identifier, :secrets_manager_secret_id, :secrets_manager_access_role_arn) SENSITIVE = [] include Aws::Structure end | 
#secrets_manager_secret_id ⇒ String
The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.
| 2146 2147 2148 2149 2150 2151 2152 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2146 class DataProviderDescriptorDefinition < Struct.new( :data_provider_identifier, :secrets_manager_secret_id, :secrets_manager_access_role_arn) SENSITIVE = [] include Aws::Structure end |