DataProvider

Provides information that defines a data provider.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The time the data provider was created.

Link copied to clipboard

The name of the data provider.

Link copied to clipboard

A description of the data provider. Descriptions can have up to 31 characters. A description can contain only ASCII letters, digits, and hyphens ('-'). Also, it can't end with a hyphen or contain two consecutive hyphens, and can only begin with a letter.

Link copied to clipboard

The type of database engine for the data provider. Valid values include "aurora", "aurora-postgresql", "mysql", "oracle", "postgres", "sqlserver", redshift, mariadb, mongodb, db2, db2-zos and docdb. A value of "aurora" represents Amazon Aurora MySQL-Compatible Edition.

Link copied to clipboard

The settings in JSON format for a data provider.

Link copied to clipboard

Indicates whether the data provider is virtual.

Functions

Link copied to clipboard
inline fun copy(block: DataProvider.Builder.() -> Unit = {}): DataProvider
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