Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Endpoint

import type { Endpoint } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";
interface Endpoint {
CertificateArn?: string | null;
DatabaseName?: string | null;
DmsTransferSettings?: DmsTransferSettings | null;
DocDbSettings?: DocDbSettings | null;
DynamoDbSettings?: DynamoDbSettings | null;
ElasticsearchSettings?: ElasticsearchSettings | null;
EndpointArn?: string | null;
EndpointIdentifier?: string | null;
EndpointType?: ReplicationEndpointTypeValue | null;
EngineDisplayName?: string | null;
EngineName?: string | null;
ExternalId?: string | null;
ExternalTableDefinition?: string | null;
ExtraConnectionAttributes?: string | null;
IBMDb2Settings?: IBMDb2Settings | null;
KafkaSettings?: KafkaSettings | null;
KinesisSettings?: KinesisSettings | null;
KmsKeyId?: string | null;
MicrosoftSQLServerSettings?: MicrosoftSQLServerSettings | null;
MongoDbSettings?: MongoDbSettings | null;
MySQLSettings?: MySQLSettings | null;
NeptuneSettings?: NeptuneSettings | null;
OracleSettings?: OracleSettings | null;
Port?: number | null;
PostgreSQLSettings?: PostgreSQLSettings | null;
RedshiftSettings?: RedshiftSettings | null;
S3Settings?: S3Settings | null;
ServerName?: string | null;
ServiceAccessRoleArn?: string | null;
SslMode?: DmsSslModeValue | null;
Status?: string | null;
SybaseSettings?: SybaseSettings | null;
Username?: string | null;
}

§Properties

§
CertificateArn?: string | null
[src]
§
DatabaseName?: string | null
[src]
§
DmsTransferSettings?: DmsTransferSettings | null
[src]
§
DocDbSettings?: DocDbSettings | null
[src]
§
DynamoDbSettings?: DynamoDbSettings | null
[src]
§
ElasticsearchSettings?: ElasticsearchSettings | null
[src]
§
EndpointArn?: string | null
[src]
§
EndpointIdentifier?: string | null
[src]
§
EngineDisplayName?: string | null
[src]
§
EngineName?: string | null
[src]
§
ExternalId?: string | null
[src]
§
ExternalTableDefinition?: string | null
[src]
§
ExtraConnectionAttributes?: string | null
[src]
§
IBMDb2Settings?: IBMDb2Settings | null
[src]
§
KafkaSettings?: KafkaSettings | null
[src]
§
KinesisSettings?: KinesisSettings | null
[src]
§
KmsKeyId?: string | null
[src]
§
MicrosoftSQLServerSettings?: MicrosoftSQLServerSettings | null
[src]
§
MongoDbSettings?: MongoDbSettings | null
[src]
§
MySQLSettings?: MySQLSettings | null
[src]
§
NeptuneSettings?: NeptuneSettings | null
[src]
§
OracleSettings?: OracleSettings | null
[src]
§
Port?: number | null
[src]
§
PostgreSQLSettings?: PostgreSQLSettings | null
[src]
§
RedshiftSettings?: RedshiftSettings | null
[src]
§
S3Settings?: S3Settings | null
[src]
§
ServerName?: string | null
[src]
§
ServiceAccessRoleArn?: string | null
[src]
§
SslMode?: DmsSslModeValue | null
[src]
§
Status?: string | null
[src]
§
SybaseSettings?: SybaseSettings | null
[src]
§
Username?: string | null
[src]