Class CfnEndpointPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEndpointPropsMixin>
- Enclosing class:
CfnEndpointPropsMixin
CfnEndpointPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()certificateArn(String certificateArn) The Amazon Resource Name (ARN) for the certificate.create()create(CfnPropertyMixinOptions options) databaseName(String databaseName) The name of the endpoint database.docDbSettings(CfnEndpointPropsMixin.DocDbSettingsProperty docDbSettings) Settings in JSON format for the source and target DocumentDB endpoint.docDbSettings(IResolvable docDbSettings) Settings in JSON format for the source and target DocumentDB endpoint.dynamoDbSettings(CfnEndpointPropsMixin.DynamoDbSettingsProperty dynamoDbSettings) Settings in JSON format for the target Amazon DynamoDB endpoint.dynamoDbSettings(IResolvable dynamoDbSettings) Settings in JSON format for the target Amazon DynamoDB endpoint.elasticsearchSettings(CfnEndpointPropsMixin.ElasticsearchSettingsProperty elasticsearchSettings) Settings in JSON format for the target OpenSearch endpoint.elasticsearchSettings(IResolvable elasticsearchSettings) Settings in JSON format for the target OpenSearch endpoint.endpointIdentifier(String endpointIdentifier) The database endpoint identifier.endpointType(String endpointType) The type of endpoint.engineName(String engineName) The type of engine for the endpoint, depending on theEndpointTypevalue.extraConnectionAttributes(String extraConnectionAttributes) Additional attributes associated with the connection.gcpMySqlSettings(CfnEndpointPropsMixin.GcpMySQLSettingsProperty gcpMySqlSettings) Settings in JSON format for the source GCP MySQL endpoint.gcpMySqlSettings(IResolvable gcpMySqlSettings) Settings in JSON format for the source GCP MySQL endpoint.ibmDb2Settings(CfnEndpointPropsMixin.IbmDb2SettingsProperty ibmDb2Settings) Settings in JSON format for the source IBM Db2 LUW endpoint.ibmDb2Settings(IResolvable ibmDb2Settings) Settings in JSON format for the source IBM Db2 LUW endpoint.kafkaSettings(CfnEndpointPropsMixin.KafkaSettingsProperty kafkaSettings) Settings in JSON format for the target Apache Kafka endpoint.kafkaSettings(IResolvable kafkaSettings) Settings in JSON format for the target Apache Kafka endpoint.kinesisSettings(CfnEndpointPropsMixin.KinesisSettingsProperty kinesisSettings) Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.kinesisSettings(IResolvable kinesisSettings) Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.An AWS key identifier that is used to encrypt the connection parameters for the endpoint.microsoftSqlServerSettings(CfnEndpointPropsMixin.MicrosoftSqlServerSettingsProperty microsoftSqlServerSettings) Settings in JSON format for the source and target Microsoft SQL Server endpoint.microsoftSqlServerSettings(IResolvable microsoftSqlServerSettings) Settings in JSON format for the source and target Microsoft SQL Server endpoint.mongoDbSettings(CfnEndpointPropsMixin.MongoDbSettingsProperty mongoDbSettings) Settings in JSON format for the source MongoDB endpoint.mongoDbSettings(IResolvable mongoDbSettings) Settings in JSON format for the source MongoDB endpoint.mySqlSettings(CfnEndpointPropsMixin.MySqlSettingsProperty mySqlSettings) Settings in JSON format for the source and target MySQL endpoint.mySqlSettings(IResolvable mySqlSettings) Settings in JSON format for the source and target MySQL endpoint.neptuneSettings(CfnEndpointPropsMixin.NeptuneSettingsProperty neptuneSettings) Settings in JSON format for the target Amazon Neptune endpoint.neptuneSettings(IResolvable neptuneSettings) Settings in JSON format for the target Amazon Neptune endpoint.oracleSettings(CfnEndpointPropsMixin.OracleSettingsProperty oracleSettings) Settings in JSON format for the source and target Oracle endpoint.oracleSettings(IResolvable oracleSettings) Settings in JSON format for the source and target Oracle endpoint.The password to be used to log in to the endpoint database.The port used by the endpoint database.postgreSqlSettings(CfnEndpointPropsMixin.PostgreSqlSettingsProperty postgreSqlSettings) Settings in JSON format for the source and target PostgreSQL endpoint.postgreSqlSettings(IResolvable postgreSqlSettings) Settings in JSON format for the source and target PostgreSQL endpoint.redisSettings(CfnEndpointPropsMixin.RedisSettingsProperty redisSettings) Settings in JSON format for the target Redis endpoint.redisSettings(IResolvable redisSettings) Settings in JSON format for the target Redis endpoint.redshiftSettings(CfnEndpointPropsMixin.RedshiftSettingsProperty redshiftSettings) Settings in JSON format for the Amazon Redshift endpoint.redshiftSettings(IResolvable redshiftSettings) Settings in JSON format for the Amazon Redshift endpoint.resourceIdentifier(String resourceIdentifier) A display name for the resource identifier at the end of theEndpointArnresponse parameter that is returned in the createdEndpointobject.s3Settings(CfnEndpointPropsMixin.S3SettingsProperty s3Settings) Settings in JSON format for the source and target Amazon S3 endpoint.s3Settings(IResolvable s3Settings) Settings in JSON format for the source and target Amazon S3 endpoint.serverName(String serverName) The name of the server where the endpoint database resides.The Secure Sockets Layer (SSL) mode to use for the SSL connection.sybaseSettings(CfnEndpointPropsMixin.SybaseSettingsProperty sybaseSettings) Settings in JSON format for the source and target SAP ASE endpoint.sybaseSettings(IResolvable sybaseSettings) Settings in JSON format for the source and target SAP ASE endpoint.One or more tags to be assigned to the endpoint.The user name to be used to log in to the endpoint database.
-
Method Details
-
create
@Stability(Stable) public static CfnEndpointPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEndpointPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEndpointPropsMixin.Builder.
-
certificateArn
The Amazon Resource Name (ARN) for the certificate.- Parameters:
certificateArn- The Amazon Resource Name (ARN) for the certificate. This parameter is required.- Returns:
this- See Also:
-
databaseName
The name of the endpoint database.For a MySQL source or target endpoint, don't specify
DatabaseName. To migrate to a specific database, use this setting andtargetDbType.- Parameters:
databaseName- The name of the endpoint database. This parameter is required.- Returns:
this- See Also:
-
docDbSettings
Settings in JSON format for the source and target DocumentDB endpoint.For more information about other available settings, see Using extra connections attributes with Amazon DocumentDB as a source and Using Amazon DocumentDB as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .
- Parameters:
docDbSettings- Settings in JSON format for the source and target DocumentDB endpoint. This parameter is required.- Returns:
this- See Also:
-
docDbSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder docDbSettings(CfnEndpointPropsMixin.DocDbSettingsProperty docDbSettings) Settings in JSON format for the source and target DocumentDB endpoint.For more information about other available settings, see Using extra connections attributes with Amazon DocumentDB as a source and Using Amazon DocumentDB as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .
- Parameters:
docDbSettings- Settings in JSON format for the source and target DocumentDB endpoint. This parameter is required.- Returns:
this- See Also:
-
dynamoDbSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder dynamoDbSettings(IResolvable dynamoDbSettings) Settings in JSON format for the target Amazon DynamoDB endpoint.For information about other available settings, see Using object mapping to migrate data to DynamoDB in the AWS Database Migration Service User Guide .
- Parameters:
dynamoDbSettings- Settings in JSON format for the target Amazon DynamoDB endpoint. This parameter is required.- Returns:
this- See Also:
-
dynamoDbSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder dynamoDbSettings(CfnEndpointPropsMixin.DynamoDbSettingsProperty dynamoDbSettings) Settings in JSON format for the target Amazon DynamoDB endpoint.For information about other available settings, see Using object mapping to migrate data to DynamoDB in the AWS Database Migration Service User Guide .
- Parameters:
dynamoDbSettings- Settings in JSON format for the target Amazon DynamoDB endpoint. This parameter is required.- Returns:
this- See Also:
-
elasticsearchSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder elasticsearchSettings(IResolvable elasticsearchSettings) Settings in JSON format for the target OpenSearch endpoint.For more information about the available settings, see Extra connection attributes when using OpenSearch as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
elasticsearchSettings- Settings in JSON format for the target OpenSearch endpoint. This parameter is required.- Returns:
this- See Also:
-
elasticsearchSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder elasticsearchSettings(CfnEndpointPropsMixin.ElasticsearchSettingsProperty elasticsearchSettings) Settings in JSON format for the target OpenSearch endpoint.For more information about the available settings, see Extra connection attributes when using OpenSearch as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
elasticsearchSettings- Settings in JSON format for the target OpenSearch endpoint. This parameter is required.- Returns:
this- See Also:
-
endpointIdentifier
@Stability(Stable) public CfnEndpointPropsMixin.Builder endpointIdentifier(String endpointIdentifier) 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.
- Parameters:
endpointIdentifier- The database endpoint identifier. This parameter is required.- Returns:
this- See Also:
-
endpointType
The type of endpoint.Valid values are
sourceandtarget.- Parameters:
endpointType- The type of endpoint. This parameter is required.- Returns:
this- See Also:
-
engineName
The type of engine for the endpoint, depending on theEndpointTypevalue.Valid values :
mysql|oracle|postgres|mariadb|aurora|aurora-postgresql|opensearch|redshift|redshift-serverless|s3|db2|azuredb|sybase|dynamodb|mongodb|kinesis|kafka|elasticsearch|docdb|sqlserver|neptune- Parameters:
engineName- The type of engine for the endpoint, depending on theEndpointTypevalue. This parameter is required.- Returns:
this- See Also:
-
extraConnectionAttributes
@Stability(Stable) public CfnEndpointPropsMixin.Builder extraConnectionAttributes(String extraConnectionAttributes) Additional attributes associated with the connection.Each attribute is specified as a name-value pair associated by an equal sign (=). Multiple attributes are separated by a semicolon (;) with no additional white space. For information on the attributes available for connecting your source or target endpoint, see Working with AWS DMS Endpoints in the AWS Database Migration Service User Guide .
- Parameters:
extraConnectionAttributes- Additional attributes associated with the connection. This parameter is required.- Returns:
this- See Also:
-
gcpMySqlSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder gcpMySqlSettings(IResolvable gcpMySqlSettings) Settings in JSON format for the source GCP MySQL endpoint.These settings are much the same as the settings for any MySQL-compatible endpoint. For more information, see Extra connection attributes when using MySQL as a source for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
gcpMySqlSettings- Settings in JSON format for the source GCP MySQL endpoint. This parameter is required.- Returns:
this- See Also:
-
gcpMySqlSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder gcpMySqlSettings(CfnEndpointPropsMixin.GcpMySQLSettingsProperty gcpMySqlSettings) Settings in JSON format for the source GCP MySQL endpoint.These settings are much the same as the settings for any MySQL-compatible endpoint. For more information, see Extra connection attributes when using MySQL as a source for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
gcpMySqlSettings- Settings in JSON format for the source GCP MySQL endpoint. This parameter is required.- Returns:
this- See Also:
-
ibmDb2Settings
Settings in JSON format for the source IBM Db2 LUW endpoint.For information about other available settings, see Extra connection attributes when using Db2 LUW as a source for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
ibmDb2Settings- Settings in JSON format for the source IBM Db2 LUW endpoint. This parameter is required.- Returns:
this- See Also:
-
ibmDb2Settings
@Stability(Stable) public CfnEndpointPropsMixin.Builder ibmDb2Settings(CfnEndpointPropsMixin.IbmDb2SettingsProperty ibmDb2Settings) Settings in JSON format for the source IBM Db2 LUW endpoint.For information about other available settings, see Extra connection attributes when using Db2 LUW as a source for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
ibmDb2Settings- Settings in JSON format for the source IBM Db2 LUW endpoint. This parameter is required.- Returns:
this- See Also:
-
kafkaSettings
Settings in JSON format for the target Apache Kafka endpoint.For more information about other available settings, see Using object mapping to migrate data to a Kafka topic in the AWS Database Migration Service User Guide .
- Parameters:
kafkaSettings- Settings in JSON format for the target Apache Kafka endpoint. This parameter is required.- Returns:
this- See Also:
-
kafkaSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder kafkaSettings(CfnEndpointPropsMixin.KafkaSettingsProperty kafkaSettings) Settings in JSON format for the target Apache Kafka endpoint.For more information about other available settings, see Using object mapping to migrate data to a Kafka topic in the AWS Database Migration Service User Guide .
- Parameters:
kafkaSettings- Settings in JSON format for the target Apache Kafka endpoint. This parameter is required.- Returns:
this- See Also:
-
kinesisSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder kinesisSettings(IResolvable kinesisSettings) Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.For more information about other available settings, see Using object mapping to migrate data to a Kinesis data stream in the AWS Database Migration Service User Guide .
- Parameters:
kinesisSettings- Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. This parameter is required.- Returns:
this- See Also:
-
kinesisSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder kinesisSettings(CfnEndpointPropsMixin.KinesisSettingsProperty kinesisSettings) Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.For more information about other available settings, see Using object mapping to migrate data to a Kinesis data stream in the AWS Database Migration Service User Guide .
- Parameters:
kinesisSettings- Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams. This parameter is required.- Returns:
this- See Also:
-
kmsKeyId
An AWS key identifier that is used to encrypt the connection parameters for the endpoint.If you don't specify a value for the
KmsKeyIdparameter, AWS DMS uses your default encryption key.AWS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .
- Parameters:
kmsKeyId- An AWS key identifier that is used to encrypt the connection parameters for the endpoint. This parameter is required.- Returns:
this- See Also:
-
microsoftSqlServerSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder microsoftSqlServerSettings(IResolvable microsoftSqlServerSettings) Settings in JSON format for the source and target Microsoft SQL Server endpoint.For information about other available settings, see Extra connection attributes when using SQL Server as a source for AWS DMS and Extra connection attributes when using SQL Server as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
microsoftSqlServerSettings- Settings in JSON format for the source and target Microsoft SQL Server endpoint. This parameter is required.- Returns:
this- See Also:
-
microsoftSqlServerSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder microsoftSqlServerSettings(CfnEndpointPropsMixin.MicrosoftSqlServerSettingsProperty microsoftSqlServerSettings) Settings in JSON format for the source and target Microsoft SQL Server endpoint.For information about other available settings, see Extra connection attributes when using SQL Server as a source for AWS DMS and Extra connection attributes when using SQL Server as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
microsoftSqlServerSettings- Settings in JSON format for the source and target Microsoft SQL Server endpoint. This parameter is required.- Returns:
this- See Also:
-
mongoDbSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder mongoDbSettings(IResolvable mongoDbSettings) Settings in JSON format for the source MongoDB endpoint.For more information about the available settings, see Using MongoDB as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .
- Parameters:
mongoDbSettings- Settings in JSON format for the source MongoDB endpoint. This parameter is required.- Returns:
this- See Also:
-
mongoDbSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder mongoDbSettings(CfnEndpointPropsMixin.MongoDbSettingsProperty mongoDbSettings) Settings in JSON format for the source MongoDB endpoint.For more information about the available settings, see Using MongoDB as a target for AWS Database Migration Service in the AWS Database Migration Service User Guide .
- Parameters:
mongoDbSettings- Settings in JSON format for the source MongoDB endpoint. This parameter is required.- Returns:
this- See Also:
-
mySqlSettings
Settings in JSON format for the source and target MySQL endpoint.For information about other available settings, see Extra connection attributes when using MySQL as a source for AWS DMS and Extra connection attributes when using a MySQL-compatible database as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
mySqlSettings- Settings in JSON format for the source and target MySQL endpoint. This parameter is required.- Returns:
this- See Also:
-
mySqlSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder mySqlSettings(CfnEndpointPropsMixin.MySqlSettingsProperty mySqlSettings) Settings in JSON format for the source and target MySQL endpoint.For information about other available settings, see Extra connection attributes when using MySQL as a source for AWS DMS and Extra connection attributes when using a MySQL-compatible database as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
mySqlSettings- Settings in JSON format for the source and target MySQL endpoint. This parameter is required.- Returns:
this- See Also:
-
neptuneSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder neptuneSettings(IResolvable neptuneSettings) Settings in JSON format for the target Amazon Neptune endpoint.For more information about the available settings, see Specifying endpoint settings for Amazon Neptune as a target in the AWS Database Migration Service User Guide .
- Parameters:
neptuneSettings- Settings in JSON format for the target Amazon Neptune endpoint. This parameter is required.- Returns:
this- See Also:
-
neptuneSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder neptuneSettings(CfnEndpointPropsMixin.NeptuneSettingsProperty neptuneSettings) Settings in JSON format for the target Amazon Neptune endpoint.For more information about the available settings, see Specifying endpoint settings for Amazon Neptune as a target in the AWS Database Migration Service User Guide .
- Parameters:
neptuneSettings- Settings in JSON format for the target Amazon Neptune endpoint. This parameter is required.- Returns:
this- See Also:
-
oracleSettings
Settings in JSON format for the source and target Oracle endpoint.For information about other available settings, see Extra connection attributes when using Oracle as a source for AWS DMS and Extra connection attributes when using Oracle as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
oracleSettings- Settings in JSON format for the source and target Oracle endpoint. This parameter is required.- Returns:
this- See Also:
-
oracleSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder oracleSettings(CfnEndpointPropsMixin.OracleSettingsProperty oracleSettings) Settings in JSON format for the source and target Oracle endpoint.For information about other available settings, see Extra connection attributes when using Oracle as a source for AWS DMS and Extra connection attributes when using Oracle as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
oracleSettings- Settings in JSON format for the source and target Oracle endpoint. This parameter is required.- Returns:
this- See Also:
-
password
The password to be used to log in to the endpoint database.- Parameters:
password- The password to be used to log in to the endpoint database. This parameter is required.- Returns:
this- See Also:
-
port
The port used by the endpoint database.- Parameters:
port- The port used by the endpoint database. This parameter is required.- Returns:
this- See Also:
-
postgreSqlSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder postgreSqlSettings(IResolvable postgreSqlSettings) Settings in JSON format for the source and target PostgreSQL endpoint.For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for AWS DMS and Extra connection attributes when using PostgreSQL as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
postgreSqlSettings- Settings in JSON format for the source and target PostgreSQL endpoint. This parameter is required.- Returns:
this- See Also:
-
postgreSqlSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder postgreSqlSettings(CfnEndpointPropsMixin.PostgreSqlSettingsProperty postgreSqlSettings) Settings in JSON format for the source and target PostgreSQL endpoint.For information about other available settings, see Extra connection attributes when using PostgreSQL as a source for AWS DMS and Extra connection attributes when using PostgreSQL as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
postgreSqlSettings- Settings in JSON format for the source and target PostgreSQL endpoint. This parameter is required.- Returns:
this- See Also:
-
redisSettings
Settings in JSON format for the target Redis endpoint.For information about other available settings, see Specifying endpoint settings for Redis as a target in the AWS Database Migration Service User Guide .
- Parameters:
redisSettings- Settings in JSON format for the target Redis endpoint. This parameter is required.- Returns:
this- See Also:
-
redisSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder redisSettings(CfnEndpointPropsMixin.RedisSettingsProperty redisSettings) Settings in JSON format for the target Redis endpoint.For information about other available settings, see Specifying endpoint settings for Redis as a target in the AWS Database Migration Service User Guide .
- Parameters:
redisSettings- Settings in JSON format for the target Redis endpoint. This parameter is required.- Returns:
this- See Also:
-
redshiftSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder redshiftSettings(IResolvable redshiftSettings) Settings in JSON format for the Amazon Redshift endpoint.For more information about other available settings, see Extra connection attributes when using Amazon Redshift as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
redshiftSettings- Settings in JSON format for the Amazon Redshift endpoint. This parameter is required.- Returns:
this- See Also:
-
redshiftSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder redshiftSettings(CfnEndpointPropsMixin.RedshiftSettingsProperty redshiftSettings) Settings in JSON format for the Amazon Redshift endpoint.For more information about other available settings, see Extra connection attributes when using Amazon Redshift as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
redshiftSettings- Settings in JSON format for the Amazon Redshift endpoint. This parameter is required.- Returns:
this- See Also:
-
resourceIdentifier
@Stability(Stable) public CfnEndpointPropsMixin.Builder resourceIdentifier(String resourceIdentifier) A display name for the resource identifier at the end of theEndpointArnresponse parameter that is returned in the createdEndpointobject.The value for this parameter can have up to 31 characters. It can contain only ASCII letters, digits, and hyphen ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter, such as
Example-App-ARN1.For example, this value might result in the
EndpointArnvaluearn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1. If you don't specify aResourceIdentifiervalue, AWS DMS generates a default identifier value for the end ofEndpointArn.- Parameters:
resourceIdentifier- A display name for the resource identifier at the end of theEndpointArnresponse parameter that is returned in the createdEndpointobject. This parameter is required.- Returns:
this- See Also:
-
s3Settings
Settings in JSON format for the source and target Amazon S3 endpoint.For more information about other available settings, see Extra connection attributes when using Amazon S3 as a source for AWS DMS and Extra connection attributes when using Amazon S3 as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
s3Settings- Settings in JSON format for the source and target Amazon S3 endpoint. This parameter is required.- Returns:
this- See Also:
-
s3Settings
@Stability(Stable) public CfnEndpointPropsMixin.Builder s3Settings(CfnEndpointPropsMixin.S3SettingsProperty s3Settings) Settings in JSON format for the source and target Amazon S3 endpoint.For more information about other available settings, see Extra connection attributes when using Amazon S3 as a source for AWS DMS and Extra connection attributes when using Amazon S3 as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
s3Settings- Settings in JSON format for the source and target Amazon S3 endpoint. This parameter is required.- Returns:
this- See Also:
-
serverName
The name of the server where the endpoint database resides.- Parameters:
serverName- The name of the server where the endpoint database resides. This parameter is required.- Returns:
this- See Also:
-
sslMode
The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default isnone.When
engine_nameis set to S3, the only allowed value isnone.- Parameters:
sslMode- The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default isnone. This parameter is required.- Returns:
this- See Also:
-
sybaseSettings
Settings in JSON format for the source and target SAP ASE endpoint.For information about other available settings, see Extra connection attributes when using SAP ASE as a source for AWS DMS and Extra connection attributes when using SAP ASE as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
sybaseSettings- Settings in JSON format for the source and target SAP ASE endpoint. This parameter is required.- Returns:
this- See Also:
-
sybaseSettings
@Stability(Stable) public CfnEndpointPropsMixin.Builder sybaseSettings(CfnEndpointPropsMixin.SybaseSettingsProperty sybaseSettings) Settings in JSON format for the source and target SAP ASE endpoint.For information about other available settings, see Extra connection attributes when using SAP ASE as a source for AWS DMS and Extra connection attributes when using SAP ASE as a target for AWS DMS in the AWS Database Migration Service User Guide .
- Parameters:
sybaseSettings- Settings in JSON format for the source and target SAP ASE endpoint. This parameter is required.- Returns:
this- See Also:
-
tags
One or more tags to be assigned to the endpoint.- Parameters:
tags- One or more tags to be assigned to the endpoint. This parameter is required.- Returns:
this- See Also:
-
username
The user name to be used to log in to the endpoint database.- Parameters:
username- The user name to be used to log in to the endpoint database. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEndpointPropsMixin>- Returns:
- a newly built instance of
CfnEndpointPropsMixin.
-