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