Endpoint constructor
Endpoint({
- String? certificateArn,
- String? databaseName,
- DmsTransferSettings? dmsTransferSettings,
- DocDbSettings? docDbSettings,
- DynamoDbSettings? dynamoDbSettings,
- ElasticsearchSettings? elasticsearchSettings,
- String? endpointArn,
- String? endpointIdentifier,
- ReplicationEndpointTypeValue? endpointType,
- String? engineDisplayName,
- String? engineName,
- String? externalId,
- String? externalTableDefinition,
- String? extraConnectionAttributes,
- IBMDb2Settings? iBMDb2Settings,
- KafkaSettings? kafkaSettings,
- KinesisSettings? kinesisSettings,
- String? kmsKeyId,
- MicrosoftSQLServerSettings? microsoftSQLServerSettings,
- MongoDbSettings? mongoDbSettings,
- MySQLSettings? mySQLSettings,
- NeptuneSettings? neptuneSettings,
- OracleSettings? oracleSettings,
- int? port,
- PostgreSQLSettings? postgreSQLSettings,
- RedshiftSettings? redshiftSettings,
- S3Settings? s3Settings,
- String? serverName,
- String? serviceAccessRoleArn,
- DmsSslModeValue? sslMode,
- String? status,
- SybaseSettings? sybaseSettings,
- String? username,
Implementation
Endpoint({
this.certificateArn,
this.databaseName,
this.dmsTransferSettings,
this.docDbSettings,
this.dynamoDbSettings,
this.elasticsearchSettings,
this.endpointArn,
this.endpointIdentifier,
this.endpointType,
this.engineDisplayName,
this.engineName,
this.externalId,
this.externalTableDefinition,
this.extraConnectionAttributes,
this.iBMDb2Settings,
this.kafkaSettings,
this.kinesisSettings,
this.kmsKeyId,
this.microsoftSQLServerSettings,
this.mongoDbSettings,
this.mySQLSettings,
this.neptuneSettings,
this.oracleSettings,
this.port,
this.postgreSQLSettings,
this.redshiftSettings,
this.s3Settings,
this.serverName,
this.serviceAccessRoleArn,
this.sslMode,
this.status,
this.sybaseSettings,
this.username,
});