DataProvider
Provides information that defines a data provider.
Contents
- DataProviderArn
-
The Amazon Resource Name (ARN) string that uniquely identifies the data provider.
Type: String
Required: No
- DataProviderCreationTime
-
The time the data provider was created.
Type: Timestamp
Required: No
- DataProviderName
-
The name of the data provider.
Type: String
Required: No
- Description
-
A description of the data provider. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.
Type: String
Required: No
- Engine
-
The type of database engine for the data provider. Valid values include
"aurora"
,"aurora-postgresql"
,"mysql"
,"oracle"
,"postgres"
,"sqlserver"
,redshift
,mariadb
,mongodb
, anddocdb
. A value of"aurora"
represents Amazon Aurora MySQL-Compatible Edition.Type: String
Required: No
- Settings
-
The settings in JSON format for a data provider.
Type: DataProviderSettings object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: