View source: R/datazone_operations.R
datazone_create_listing_change_set | R Documentation |
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.
See https://www.paws-r-sdk.com/docs/datazone_create_listing_change_set/ for full documentation.
datazone_create_listing_change_set(
action,
clientToken = NULL,
domainIdentifier,
entityIdentifier,
entityRevision = NULL,
entityType
)
action |
[required] Specifies whether to publish or unpublish a listing. |
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
domainIdentifier |
[required] The ID of the Amazon DataZone domain. |
entityIdentifier |
[required] The ID of the asset. |
entityRevision |
The revision of an asset. |
entityType |
[required] The type of an entity. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.