AwsDmsEndpointDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsDmsEndpointDetails

Provides details about an Amazon Database Migration Service (Amazon 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 Amazon 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 Amazon DMS uses your default encryption key. Amazon KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services 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 Amazon SDKs, see the following: