CreateDataSourceRequest

Types

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

Properties

Link copied to clipboard

The metadata forms that are to be attached to the assets that this data source works with.

Link copied to clipboard

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

Link copied to clipboard

Specifies the configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.

Link copied to clipboard

The ID of the connection.

Link copied to clipboard

The description of the data source.

Link copied to clipboard

The ID of the Amazon DataZone domain where the data source is created.

Link copied to clipboard

Specifies whether the data source is enabled.

Link copied to clipboard

The unique identifier of the Amazon DataZone environment to which the data source publishes assets.

Link copied to clipboard
val name: String?

The name of the data source.

Link copied to clipboard

The identifier of the Amazon DataZone project in which you want to add this data source.

Link copied to clipboard

Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.

Link copied to clipboard

Specifies whether the business name generation is to be enabled for this data source.

Link copied to clipboard

The schedule of the data source runs.

Link copied to clipboard
val type: String?

The type of the data source. In Amazon DataZone, you can use data sources to import technical metadata of assets (data) from the source databases or data warehouses into Amazon DataZone. In the current release of Amazon DataZone, you can create and run data sources for Amazon Web Services Glue and Amazon Redshift.

Functions

Link copied to clipboard
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