Class: Aws::DatabaseMigrationService::Types::DataProviderDescriptorDefinition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Information about a data provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_provider_identifierString

The name or Amazon Resource Name (ARN) of the data provider.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1891

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_arnString

The ARN of the role used to access Amazon Web Services Secrets Manager.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1891

class DataProviderDescriptorDefinition < Struct.new(
  :data_provider_identifier,
  :secrets_manager_secret_id,
  :secrets_manager_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secrets_manager_secret_idString

The identifier of the Amazon Web Services Secrets Manager Secret used to store access credentials for the data provider.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1891

class DataProviderDescriptorDefinition < Struct.new(
  :data_provider_identifier,
  :secrets_manager_secret_id,
  :secrets_manager_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end