Struct aws_sdk_databasemigration::model::endpoint::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
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"
, "opensearch"
,
"redshift"
, "s3"
, "db2"
, "azuredb"
,
"sybase"
, "dynamodb"
, "mongodb"
,
"kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, and "neptune"
.
The database engine name. Valid values, depending on the EndpointType, include
"mysql"
, "oracle"
, "postgres"
,
"mariadb"
, "aurora"
, "aurora-postgresql"
, "opensearch"
,
"redshift"
, "s3"
, "db2"
, "azuredb"
,
"sybase"
, "dynamodb"
, "mongodb"
,
"kinesis"
, "kafka"
, "elasticsearch"
,
"documentdb"
, "sqlserver"
, and "neptune"
.
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 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.
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.
pub fn set_microsoft_sql_server_settings(
self,
input: Option<MicrosoftSqlServerSettings>
) -> Self
pub fn set_microsoft_sql_server_settings(
self,
input: Option<MicrosoftSqlServerSettings>
) -> Self
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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