Learn R Programming

paws.analytics (version 0.7.0)

datazone_create_data_source: Creates an Amazon DataZone data source

Description

Creates an Amazon DataZone data source.

See https://www.paws-r-sdk.com/docs/datazone_create_data_source/ for full documentation.

Usage

datazone_create_data_source(
  assetFormsInput = NULL,
  clientToken = NULL,
  configuration = NULL,
  description = NULL,
  domainIdentifier,
  enableSetting = NULL,
  environmentIdentifier,
  name,
  projectIdentifier,
  publishOnImport = NULL,
  recommendation = NULL,
  schedule = NULL,
  type
)

Arguments

assetFormsInput

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

clientToken

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

configuration

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

description

The description of the data source.

domainIdentifier

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

enableSetting

Specifies whether the data source is enabled.

environmentIdentifier

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

name

[required] The name of the data source.

projectIdentifier

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

publishOnImport

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

recommendation

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

schedule

The schedule of the data source runs.

type

[required] The type of the data source.