Class: Aws::DatabaseMigrationService::Types::CreateDataProviderMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_provider_nameString

A user-friendly name for the data provider.

Returns:

  • (String)


620
621
622
623
624
625
626
627
628
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 620

class CreateDataProviderMessage < Struct.new(
  :data_provider_name,
  :description,
  :engine,
  :settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A user-friendly description of the data provider.

Returns:

  • (String)


620
621
622
623
624
625
626
627
628
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 620

class CreateDataProviderMessage < Struct.new(
  :data_provider_name,
  :description,
  :engine,
  :settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The type of database engine for the data provider. Valid values include ‘“aurora”`, `“aurora-postgresql”`, `“mysql”`, `“oracle”`, `“postgres”`, `“sqlserver”`, `redshift`, `mariadb`, `mongodb`, and `docdb`. A value of `“aurora”` represents Amazon Aurora MySQL-Compatible Edition.

Returns:

  • (String)


620
621
622
623
624
625
626
627
628
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 620

class CreateDataProviderMessage < Struct.new(
  :data_provider_name,
  :description,
  :engine,
  :settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#settingsTypes::DataProviderSettings

The settings in JSON format for a data provider.



620
621
622
623
624
625
626
627
628
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 620

class CreateDataProviderMessage < Struct.new(
  :data_provider_name,
  :description,
  :engine,
  :settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

One or more tags to be assigned to the data provider.

Returns:



620
621
622
623
624
625
626
627
628
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 620

class CreateDataProviderMessage < Struct.new(
  :data_provider_name,
  :description,
  :engine,
  :settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end