| Package | Description |
|---|---|
| software.amazon.awscdk.services.dms |
AWS Database Migration Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEndpoint.Builder |
CfnEndpoint.Builder.certificateArn(String certificateArn)
The Amazon Resource Name (ARN) for the certificate.
|
static CfnEndpoint.Builder |
CfnEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
CfnEndpoint.Builder |
CfnEndpoint.Builder.databaseName(String databaseName)
The name of the endpoint database.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.docDbSettings(CfnEndpoint.DocDbSettingsProperty docDbSettings)
Settings in JSON format for the source and target DocumentDB endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.docDbSettings(IResolvable docDbSettings)
Settings in JSON format for the source and target DocumentDB endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.dynamoDbSettings(CfnEndpoint.DynamoDbSettingsProperty dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.dynamoDbSettings(IResolvable dynamoDbSettings)
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.elasticsearchSettings(CfnEndpoint.ElasticsearchSettingsProperty elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.elasticsearchSettings(IResolvable elasticsearchSettings)
Settings in JSON format for the target OpenSearch endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.endpointIdentifier(String endpointIdentifier)
The database endpoint identifier.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.endpointType(String endpointType)
The type of endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.engineName(String engineName)
The type of engine for the endpoint, depending on the `EndpointType` value.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.extraConnectionAttributes(String extraConnectionAttributes)
Additional attributes associated with the connection.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.gcpMySqlSettings(CfnEndpoint.GcpMySQLSettingsProperty gcpMySqlSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.gcpMySqlSettings(IResolvable gcpMySqlSettings)
Settings in JSON format for the source GCP MySQL endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.ibmDb2Settings(CfnEndpoint.IbmDb2SettingsProperty ibmDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.ibmDb2Settings(IResolvable ibmDb2Settings)
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.kafkaSettings(CfnEndpoint.KafkaSettingsProperty kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.kafkaSettings(IResolvable kafkaSettings)
Settings in JSON format for the target Apache Kafka endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.kinesisSettings(CfnEndpoint.KinesisSettingsProperty kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.kinesisSettings(IResolvable kinesisSettings)
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.kmsKeyId(String kmsKeyId)
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.microsoftSqlServerSettings(CfnEndpoint.MicrosoftSqlServerSettingsProperty microsoftSqlServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.microsoftSqlServerSettings(IResolvable microsoftSqlServerSettings)
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.mongoDbSettings(CfnEndpoint.MongoDbSettingsProperty mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.mongoDbSettings(IResolvable mongoDbSettings)
Settings in JSON format for the source MongoDB endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.mySqlSettings(CfnEndpoint.MySqlSettingsProperty mySqlSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.mySqlSettings(IResolvable mySqlSettings)
Settings in JSON format for the source and target MySQL endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.neptuneSettings(CfnEndpoint.NeptuneSettingsProperty neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.neptuneSettings(IResolvable neptuneSettings)
Settings in JSON format for the target Amazon Neptune endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.oracleSettings(CfnEndpoint.OracleSettingsProperty oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.oracleSettings(IResolvable oracleSettings)
Settings in JSON format for the source and target Oracle endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.password(String password)
The password to be used to log in to the endpoint database.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.port(Number port)
The port used by the endpoint database.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.postgreSqlSettings(CfnEndpoint.PostgreSqlSettingsProperty postgreSqlSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.postgreSqlSettings(IResolvable postgreSqlSettings)
Settings in JSON format for the source and target PostgreSQL endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.redisSettings(CfnEndpoint.RedisSettingsProperty redisSettings)
Settings in JSON format for the target Redis endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.redisSettings(IResolvable redisSettings)
Settings in JSON format for the target Redis endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.redshiftSettings(CfnEndpoint.RedshiftSettingsProperty redshiftSettings)
Settings in JSON format for the Amazon Redshift endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.redshiftSettings(IResolvable redshiftSettings)
Settings in JSON format for the Amazon Redshift endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.resourceIdentifier(String resourceIdentifier)
A display name for the resource identifier at the end of the `EndpointArn` response parameter that is returned in the created `Endpoint` object.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.s3Settings(CfnEndpoint.S3SettingsProperty s3Settings)
Settings in JSON format for the source and target Amazon S3 endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.s3Settings(IResolvable s3Settings)
Settings in JSON format for the source and target Amazon S3 endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.serverName(String serverName)
The name of the server where the endpoint database resides.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.sslMode(String sslMode)
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.sybaseSettings(CfnEndpoint.SybaseSettingsProperty sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.sybaseSettings(IResolvable sybaseSettings)
Settings in JSON format for the source and target SAP ASE endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.tags(List<? extends CfnTag> tags)
One or more tags to be assigned to the endpoint.
|
CfnEndpoint.Builder |
CfnEndpoint.Builder.username(String username)
The user name to be used to log in to the endpoint database.
|
Copyright © 2022. All rights reserved.