pub struct Builder { /* private fields */ }
Expand description

A builder for Endpoint.

Implementations§

The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.

The database endpoint identifier. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.

The type of endpoint. Valid values are source and target.

The type of endpoint. Valid values are source and target.

The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".

The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".

The expanded name for the engine name. For example, if the EngineName parameter is "aurora", this value would be "Amazon Aurora MySQL".

The expanded name for the engine name. For example, if the EngineName parameter is "aurora", this value would be "Amazon Aurora MySQL".

The user name used to connect to the endpoint.

The user name used to connect to the endpoint.

The name of the server at the endpoint.

The name of the server at the endpoint.

The port value used to access the endpoint.

The port value used to access the endpoint.

The name of the database at the endpoint.

The name of the database at the endpoint.

Additional connection attributes used to connect to the endpoint.

Additional connection attributes used to connect to the endpoint.

The status of the endpoint.

The status of the endpoint.

An KMS 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 DMS uses your default encryption key.

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.

An KMS 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 DMS uses your default encryption key.

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.

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

The SSL mode used to connect to the endpoint. The default value is none.

The SSL mode used to connect to the endpoint. The default value is none.

The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

The external table definition.

The external table definition.

Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

Value returned by a call to CreateEndpoint that can be used for cross-account validation. Use it on a subsequent call to CreateEndpoint to create the endpoint with a cross-account.

The settings for the DynamoDB target endpoint. For more information, see the DynamoDBSettings structure.

The settings for the DynamoDB target endpoint. For more information, see the DynamoDBSettings structure.

The settings for the S3 target endpoint. For more information, see the S3Settings structure.

The settings for the S3 target endpoint. For more information, see the S3Settings structure.

The settings for the DMS Transfer type source. For more information, see the DmsTransferSettings structure.

The settings for the DMS Transfer type source. For more information, see the DmsTransferSettings structure.

The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

The settings for the Amazon Kinesis target endpoint. For more information, see the KinesisSettings structure.

The settings for the Amazon Kinesis target endpoint. For more information, see the KinesisSettings structure.

The settings for the Apache Kafka target endpoint. For more information, see the KafkaSettings structure.

The settings for the Apache Kafka target endpoint. For more information, see the KafkaSettings structure.

The settings for the OpenSearch source endpoint. For more information, see the ElasticsearchSettings structure.

The settings for the OpenSearch source endpoint. For more information, see the ElasticsearchSettings structure.

The settings for the Amazon Neptune target endpoint. For more information, see the NeptuneSettings structure.

The settings for the Amazon Neptune target endpoint. For more information, see the NeptuneSettings structure.

Settings for the Amazon Redshift endpoint.

Settings for the Amazon Redshift endpoint.

The settings for the PostgreSQL source and target endpoint. For more information, see the PostgreSQLSettings structure.

The settings for the PostgreSQL source and target endpoint. For more information, see the PostgreSQLSettings structure.

The settings for the MySQL source and target endpoint. For more information, see the MySQLSettings structure.

The settings for the MySQL source and target endpoint. For more information, see the MySQLSettings structure.

The settings for the Oracle source and target endpoint. For more information, see the OracleSettings structure.

The settings for the Oracle source and target endpoint. For more information, see the OracleSettings structure.

The settings for the SAP ASE source and target endpoint. For more information, see the SybaseSettings structure.

The settings for the SAP ASE source and target endpoint. For more information, see the SybaseSettings structure.

The settings for the Microsoft SQL Server source and target endpoint. For more information, see the MicrosoftSQLServerSettings structure.

The settings for the Microsoft SQL Server source and target endpoint. For more information, see the MicrosoftSQLServerSettings structure.

The settings for the IBM Db2 LUW source endpoint. For more information, see the IBMDb2Settings structure.

The settings for the IBM Db2 LUW source endpoint. For more information, see the IBMDb2Settings structure.

Provides information that defines a DocumentDB endpoint.

Provides information that defines a DocumentDB endpoint.

The settings for the Redis target endpoint. For more information, see the RedisSettings structure.

The settings for the Redis target endpoint. For more information, see the RedisSettings structure.

Settings in JSON format for the source GCP MySQL endpoint.

Settings in JSON format for the source GCP MySQL endpoint.

Consumes the builder and constructs a Endpoint.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more