Creates an Amazon DataZone data source.
See https://www.paws-r-sdk.com/docs/datazone_create_data_source/ for full documentation.
datazone_create_data_source(
assetFormsInput = NULL,
clientToken = NULL,
configuration = NULL,
connectionIdentifier = NULL,
description = NULL,
domainIdentifier,
enableSetting = NULL,
environmentIdentifier = NULL,
name,
projectIdentifier,
publishOnImport = NULL,
recommendation = NULL,
schedule = NULL,
type
)
The metadata forms that are to be attached to the assets that this data source works with.
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
Specifies the configuration of the data source. It can be set to either
glueRunConfiguration
or redshiftRunConfiguration
.
The ID of the connection.
The description of the data source.
[required] The ID of the Amazon DataZone domain where the data source is created.
Specifies whether the data source is enabled.
The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
[required] The name of the data source.
[required] The identifier of the Amazon DataZone project in which you want to add this data source.
Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
Specifies whether the business name generation is to be enabled for this data source.
The schedule of the data source runs.
[required] The type of the data source.