View source: R/datazone_operations.R
datazone_create_data_source | R Documentation |
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
)
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
|
connectionIdentifier |
The ID of the connection. |
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 |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.