public static final class CfnEndpointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpointProps
CfnEndpointProps
CfnEndpointProps.Builder, CfnEndpointProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCertificateArn()
The Amazon Resource Name (ARN) for the certificate.
|
java.lang.String |
getDatabaseName()
The name of the endpoint database.
|
java.lang.Object |
getDocDbSettings()
Settings in JSON format for the source and target DocumentDB endpoint.
|
java.lang.Object |
getDynamoDbSettings()
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
java.lang.Object |
getElasticsearchSettings()
Settings in JSON format for the target OpenSearch endpoint.
|
java.lang.String |
getEndpointIdentifier()
The database endpoint identifier.
|
java.lang.String |
getEndpointType()
The type of endpoint.
|
java.lang.String |
getEngineName()
The type of engine for the endpoint, depending on the `EndpointType` value.
|
java.lang.String |
getExtraConnectionAttributes()
Additional attributes associated with the connection.
|
java.lang.Object |
getGcpMySqlSettings()
Settings in JSON format for the source GCP MySQL endpoint.
|
java.lang.Object |
getIbmDb2Settings()
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
java.lang.Object |
getKafkaSettings()
Settings in JSON format for the target Apache Kafka endpoint.
|
java.lang.Object |
getKinesisSettings()
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
java.lang.String |
getKmsKeyId()
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
|
java.lang.Object |
getMicrosoftSqlServerSettings()
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
java.lang.Object |
getMongoDbSettings()
Settings in JSON format for the source MongoDB endpoint.
|
java.lang.Object |
getMySqlSettings()
Settings in JSON format for the source and target MySQL endpoint.
|
java.lang.Object |
getNeptuneSettings()
Settings in JSON format for the target Amazon Neptune endpoint.
|
java.lang.Object |
getOracleSettings()
Settings in JSON format for the source and target Oracle endpoint.
|
java.lang.String |
getPassword()
The password to be used to log in to the endpoint database.
|
java.lang.Number |
getPort()
The port used by the endpoint database.
|
java.lang.Object |
getPostgreSqlSettings()
Settings in JSON format for the source and target PostgreSQL endpoint.
|
java.lang.Object |
getRedisSettings()
Settings in JSON format for the target Redis endpoint.
|
java.lang.Object |
getRedshiftSettings()
Settings in JSON format for the Amazon Redshift endpoint.
|
java.lang.String |
getResourceIdentifier()
A display name for the resource identifier at the end of the `EndpointArn` response parameter that is returned in the created `Endpoint` object.
|
java.lang.Object |
getS3Settings()
Settings in JSON format for the source and target Amazon S3 endpoint.
|
java.lang.String |
getServerName()
The name of the server where the endpoint database resides.
|
java.lang.String |
getSslMode()
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
java.lang.Object |
getSybaseSettings()
Settings in JSON format for the source and target SAP ASE endpoint.
|
java.util.List<CfnTag> |
getTags()
One or more tags to be assigned to the endpoint.
|
java.lang.String |
getUsername()
The user name to be used to log in to the endpoint database.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEndpointType()
CfnEndpointProps
Valid values are source
and target
.
getEndpointType
in interface CfnEndpointProps
public final java.lang.String getEngineName()
CfnEndpointProps
Valid values : mysql
| oracle
| postgres
| mariadb
| aurora
| aurora-postgresql
| opensearch
| redshift
| s3
| db2
| azuredb
| sybase
| dynamodb
| mongodb
| kinesis
| kafka
| elasticsearch
| docdb
| sqlserver
| neptune
getEngineName
in interface CfnEndpointProps
public final java.lang.String getCertificateArn()
CfnEndpointProps
getCertificateArn
in interface CfnEndpointProps
public final java.lang.String getDatabaseName()
CfnEndpointProps
For a MySQL source or target endpoint, don't specify DatabaseName
. To migrate to a specific database, use this setting and targetDbType
.
getDatabaseName
in interface CfnEndpointProps
public final java.lang.Object getDocDbSettings()
CfnEndpointProps
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 .
getDocDbSettings
in interface CfnEndpointProps
public final java.lang.Object getDynamoDbSettings()
CfnEndpointProps
For information about other available settings, see Using object mapping to migrate data to DynamoDB in the AWS Database Migration Service User Guide .
getDynamoDbSettings
in interface CfnEndpointProps
public final java.lang.Object getElasticsearchSettings()
CfnEndpointProps
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 .
getElasticsearchSettings
in interface CfnEndpointProps
public final java.lang.String getEndpointIdentifier()
CfnEndpointProps
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.
getEndpointIdentifier
in interface CfnEndpointProps
public final java.lang.String getExtraConnectionAttributes()
CfnEndpointProps
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 .
getExtraConnectionAttributes
in interface CfnEndpointProps
public final java.lang.Object getGcpMySqlSettings()
CfnEndpointProps
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 .
getGcpMySqlSettings
in interface CfnEndpointProps
public final java.lang.Object getIbmDb2Settings()
CfnEndpointProps
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 .
getIbmDb2Settings
in interface CfnEndpointProps
public final java.lang.Object getKafkaSettings()
CfnEndpointProps
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 .
getKafkaSettings
in interface CfnEndpointProps
public final java.lang.Object getKinesisSettings()
CfnEndpointProps
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 .
getKinesisSettings
in interface CfnEndpointProps
public final java.lang.String getKmsKeyId()
CfnEndpointProps
If you don't specify a value for the KmsKeyId
parameter, AWS DMS uses your default encryption key.
AWS KMS creates the default encryption key for your AWS account . Your AWS account has a different default encryption key for each AWS Region .
getKmsKeyId
in interface CfnEndpointProps
public final java.lang.Object getMicrosoftSqlServerSettings()
CfnEndpointProps
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 .
getMicrosoftSqlServerSettings
in interface CfnEndpointProps
public final java.lang.Object getMongoDbSettings()
CfnEndpointProps
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 .
getMongoDbSettings
in interface CfnEndpointProps
public final java.lang.Object getMySqlSettings()
CfnEndpointProps
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 .
getMySqlSettings
in interface CfnEndpointProps
public final java.lang.Object getNeptuneSettings()
CfnEndpointProps
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 .
getNeptuneSettings
in interface CfnEndpointProps
public final java.lang.Object getOracleSettings()
CfnEndpointProps
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 .
getOracleSettings
in interface CfnEndpointProps
public final java.lang.String getPassword()
CfnEndpointProps
getPassword
in interface CfnEndpointProps
public final java.lang.Number getPort()
CfnEndpointProps
getPort
in interface CfnEndpointProps
public final java.lang.Object getPostgreSqlSettings()
CfnEndpointProps
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 .
getPostgreSqlSettings
in interface CfnEndpointProps
public final java.lang.Object getRedisSettings()
CfnEndpointProps
For information about other available settings, see Specifying endpoint settings for Redis as a target in the AWS Database Migration Service User Guide .
getRedisSettings
in interface CfnEndpointProps
public final java.lang.Object getRedshiftSettings()
CfnEndpointProps
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 .
getRedshiftSettings
in interface CfnEndpointProps
public final java.lang.String getResourceIdentifier()
CfnEndpointProps
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 EndpointArn
value arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1
. If you don't specify a ResourceIdentifier
value, AWS DMS generates a default identifier value for the end of EndpointArn
.
getResourceIdentifier
in interface CfnEndpointProps
public final java.lang.Object getS3Settings()
CfnEndpointProps
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 .
getS3Settings
in interface CfnEndpointProps
public final java.lang.String getServerName()
CfnEndpointProps
getServerName
in interface CfnEndpointProps
public final java.lang.String getSslMode()
CfnEndpointProps
When
engine_name
is set to S3, the only allowed value isnone
.
getSslMode
in interface CfnEndpointProps
public final java.lang.Object getSybaseSettings()
CfnEndpointProps
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 .
getSybaseSettings
in interface CfnEndpointProps
public final java.util.List<CfnTag> getTags()
CfnEndpointProps
getTags
in interface CfnEndpointProps
public final java.lang.String getUsername()
CfnEndpointProps
getUsername
in interface CfnEndpointProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()