AwsDmsEndpointDetails
Provides details about an AWS Database Migration Service (AWS DMS) endpoint. An endpoint provides connection, data store type, and location information about your data store.
Contents
- CertificateArn
-
The Amazon Resource Name (ARN) for the SSL certificate that encrypts connections between the DMS endpoint and the replication instance.
Type: String
Pattern:
.*\S.*
Required: No
- DatabaseName
-
The name of the endpoint database.
Type: String
Pattern:
.*\S.*
Required: No
- EndpointArn
-
The Amazon Resource Name (ARN) of the endpoint.
Type: String
Pattern:
.*\S.*
Required: No
- EndpointIdentifier
-
The database endpoint identifier.
Type: String
Pattern:
.*\S.*
Required: No
- EndpointType
-
The type of endpoint. Valid values are source and target.
Type: String
Pattern:
.*\S.*
Required: No
- EngineName
-
The type of engine for the endpoint, depending on the
EndpointType
value.Type: String
Pattern:
.*\S.*
Required: No
- ExternalId
-
A value that can be used for cross-account validation.
Type: String
Pattern:
.*\S.*
Required: No
- ExtraConnectionAttributes
-
Additional attributes associated with the connection.
Type: String
Pattern:
.*\S.*
Required: No
- KmsKeyId
-
An AWS DMS key identifier that is used to encrypt the connection parameters for the endpoint. If you don't specify a value for the
KmsKeyId
parameter, then AWS DMS uses your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS Region.Type: String
Pattern:
.*\S.*
Required: No
- Port
-
The port used to access the endpoint.
Type: Integer
Required: No
- ServerName
-
The name of the server where the endpoint database resides.
Type: String
Pattern:
.*\S.*
Required: No
- SslMode
-
The SSL mode used to connect to the endpoint. The default is none.
Type: String
Pattern:
.*\S.*
Required: No
- Username
-
The user name to be used to log in to the endpoint database.
Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: