AWS::DMS::EndpointResource Type definition for AWS::DMS::Endpoint
31 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EndpointType | string | Required |
EngineName | string | Required |
CertificateArn | string | |
DatabaseName | string | |
DocDbSettings | DocDbSettings | |
DynamoDbSettings | DynamoDbSettings | |
ElasticsearchSettings | ElasticsearchSettings | |
EndpointIdentifier | string | |
ExtraConnectionAttributes | string | |
GcpMySQLSettings | GcpMySQLSettings | |
IbmDb2Settings | IbmDb2Settings | |
KafkaSettings | KafkaSettings | |
KinesisSettings | KinesisSettings | |
KmsKeyId | string | Create-only |
MicrosoftSqlServerSettings | MicrosoftSqlServerSettings | |
MongoDbSettings | MongoDbSettings | |
MySqlSettings | MySqlSettings | |
NeptuneSettings | NeptuneSettings | |
OracleSettings | OracleSettings | |
Password | string | |
Port | integer | |
PostgreSqlSettings | PostgreSqlSettings | |
RedisSettings | RedisSettings | |
RedshiftSettings | RedshiftSettings | |
ResourceIdentifier | string | Create-only |
S3Settings | S3Settings | |
ServerName | string | |
SslMode | string | |
SybaseSettings | SybaseSettings | |
Tags | Array<Tag> | |
Username | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ExternalId | string | - |
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DMS::Endpoint
Resources:
MyResource:
Type: AWS::DMS::Endpoint
Properties:
EndpointType: "value"
EngineName: "my-enginename"
Tags:
- Key: Environment
Value: ProductionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyIdResourceIdentifier