Endpoint

class Endpoint

Describes an endpoint of a database instance in response to operations such as the following:

  • CreateEndpoint

  • DescribeEndpoint

  • ModifyEndpoint

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) used for SSL connection to the endpoint.

Link copied to clipboard

The name of the database at the endpoint.

Link copied to clipboard

The settings for the DMS Transfer type source. For more information, see the DmsTransferSettings structure.

Link copied to clipboard

Provides information that defines a DocumentDB endpoint.

Link copied to clipboard

The settings for the DynamoDB target endpoint. For more information, see the DynamoDBSettings structure.

Link copied to clipboard

The settings for the OpenSearch source endpoint. For more information, see the ElasticsearchSettings structure.

Link copied to clipboard

The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.

Link copied to clipboard

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.

Link copied to clipboard

The type of endpoint. Valid values are source and target.

Link copied to clipboard

The expanded name for the engine name. For example, if the EngineName parameter is "aurora", this value would be "Amazon Aurora MySQL".

Link copied to clipboard

The database engine name. Valid values, depending on the EndpointType, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql", "redshift", "redshift-serverless", "s3", "db2", "db2-zos", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis", "kafka", "elasticsearch", "documentdb", "sqlserver", "neptune", and "babelfish".

Link copied to clipboard

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.

Link copied to clipboard

The external table definition.

Link copied to clipboard

Additional connection attributes used to connect to the endpoint.

Link copied to clipboard

Settings in JSON format for the source GCP MySQL endpoint.

Link copied to clipboard

The settings for the IBM Db2 LUW source endpoint. For more information, see the IBMDb2Settings structure.

Link copied to clipboard

The settings for the Apache Kafka target endpoint. For more information, see the KafkaSettings structure.

Link copied to clipboard

The settings for the Amazon Kinesis target endpoint. For more information, see the KinesisSettings structure.

Link copied to clipboard

An KMS key identifier that is used to encrypt the connection parameters for the endpoint.

Link copied to clipboard

The settings for the Microsoft SQL Server source and target endpoint. For more information, see the MicrosoftSQLServerSettings structure.

Link copied to clipboard

The settings for the MongoDB source endpoint. For more information, see the MongoDbSettings structure.

Link copied to clipboard

The settings for the MySQL source and target endpoint. For more information, see the MySQLSettings structure.

Link copied to clipboard

The settings for the Amazon Neptune target endpoint. For more information, see the NeptuneSettings structure.

Link copied to clipboard

The settings for the Oracle source and target endpoint. For more information, see the OracleSettings structure.

Link copied to clipboard
val port: Int?

The port value used to access the endpoint.

Link copied to clipboard

The settings for the PostgreSQL source and target endpoint. For more information, see the PostgreSQLSettings structure.

Link copied to clipboard

The settings for the Redis target endpoint. For more information, see the RedisSettings structure.

Link copied to clipboard

Settings for the Amazon Redshift endpoint.

Link copied to clipboard

The settings for the S3 target endpoint. For more information, see the S3Settings structure.

Link copied to clipboard

The name of the server at the endpoint.

Link copied to clipboard

The Amazon Resource Name (ARN) used by the service to access the IAM role. The role must allow the iam:PassRole action.

Link copied to clipboard

The SSL mode used to connect to the endpoint. The default value is none.

Link copied to clipboard

The status of the endpoint.

Link copied to clipboard

The settings for the SAP ASE source and target endpoint. For more information, see the SybaseSettings structure.

Link copied to clipboard

The settings for the Amazon Timestream target endpoint. For more information, see the TimestreamSettings structure.

Link copied to clipboard

The user name used to connect to the endpoint.

Functions

Link copied to clipboard
inline fun copy(block: Endpoint.Builder.() -> Unit = {}): Endpoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String