@Stability(value=Stable) @Internal public static final class CfnEndpointProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpointProps
CfnEndpointPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpointProps.Builder, CfnEndpointProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpointProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpointProps.Builder. |
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(Object o) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) for the certificate.
|
String |
getDatabaseName()
The name of the endpoint database.
|
Object |
getDocDbSettings()
Settings in JSON format for the source and target DocumentDB endpoint.
|
Object |
getDynamoDbSettings()
Settings in JSON format for the target Amazon DynamoDB endpoint.
|
Object |
getElasticsearchSettings()
Settings in JSON format for the target OpenSearch endpoint.
|
String |
getEndpointIdentifier()
The database endpoint identifier.
|
String |
getEndpointType()
The type of endpoint.
|
String |
getEngineName()
The type of engine for the endpoint, depending on the `EndpointType` value.
|
String |
getExtraConnectionAttributes()
Additional attributes associated with the connection.
|
Object |
getGcpMySqlSettings()
Settings in JSON format for the source GCP MySQL endpoint.
|
Object |
getIbmDb2Settings()
Settings in JSON format for the source IBM Db2 LUW endpoint.
|
Object |
getKafkaSettings()
Settings in JSON format for the target Apache Kafka endpoint.
|
Object |
getKinesisSettings()
Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
|
String |
getKmsKeyId()
An AWS KMS key identifier that is used to encrypt the connection parameters for the endpoint.
|
Object |
getMicrosoftSqlServerSettings()
Settings in JSON format for the source and target Microsoft SQL Server endpoint.
|
Object |
getMongoDbSettings()
Settings in JSON format for the source MongoDB endpoint.
|
Object |
getMySqlSettings()
Settings in JSON format for the source and target MySQL endpoint.
|
Object |
getNeptuneSettings()
Settings in JSON format for the target Amazon Neptune endpoint.
|
Object |
getOracleSettings()
Settings in JSON format for the source and target Oracle endpoint.
|
String |
getPassword()
The password to be used to log in to the endpoint database.
|
Number |
getPort()
The port used by the endpoint database.
|
Object |
getPostgreSqlSettings()
Settings in JSON format for the source and target PostgreSQL endpoint.
|
Object |
getRedisSettings()
Settings in JSON format for the target Redis endpoint.
|
Object |
getRedshiftSettings()
Settings in JSON format for the Amazon Redshift endpoint.
|
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.
|
Object |
getS3Settings()
Settings in JSON format for the source and target Amazon S3 endpoint.
|
String |
getServerName()
The name of the server where the endpoint database resides.
|
String |
getSslMode()
The Secure Sockets Layer (SSL) mode to use for the SSL connection.
|
Object |
getSybaseSettings()
Settings in JSON format for the source and target SAP ASE endpoint.
|
List<CfnTag> |
getTags()
One or more tags to be assigned to the endpoint.
|
String |
getUsername()
The user name to be used to log in to the endpoint database.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEndpointProps.Builder builder)
CfnEndpointProps.Builder.public final String getEndpointType()
CfnEndpointProps
Valid values are source and target .
getEndpointType in interface CfnEndpointPropspublic final 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 CfnEndpointPropspublic final String getCertificateArn()
CfnEndpointPropsgetCertificateArn in interface CfnEndpointPropspublic final 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 CfnEndpointPropspublic final Object getDocDbSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getDynamoDbSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getElasticsearchSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final String getEndpointIdentifier()
CfnEndpointPropsIdentifiers 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 CfnEndpointPropspublic final String getExtraConnectionAttributes()
CfnEndpointPropsEach 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 CfnEndpointPropspublic final Object getGcpMySqlSettings()
CfnEndpointPropsThese 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 CfnEndpointPropspublic final Object getIbmDb2Settings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getKafkaSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getKinesisSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final 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 CfnEndpointPropspublic final Object getMicrosoftSqlServerSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getMongoDbSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getMySqlSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getNeptuneSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getOracleSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final String getPassword()
CfnEndpointPropsgetPassword in interface CfnEndpointPropspublic final Number getPort()
CfnEndpointPropsgetPort in interface CfnEndpointPropspublic final Object getPostgreSqlSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getRedisSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final Object getRedshiftSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final 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 CfnEndpointPropspublic final Object getS3Settings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final String getServerName()
CfnEndpointPropsgetServerName in interface CfnEndpointPropspublic final String getSslMode()
CfnEndpointProps
When
engine_nameis set to S3, the only allowed value isnone.
getSslMode in interface CfnEndpointPropspublic final Object getSybaseSettings()
CfnEndpointPropsFor 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 CfnEndpointPropspublic final List<CfnTag> getTags()
CfnEndpointPropsgetTags in interface CfnEndpointPropspublic final String getUsername()
CfnEndpointPropsgetUsername in interface CfnEndpointProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.