View source: R/datazone_operations.R
datazone_create_subscription_request | R Documentation |
Creates a subscription request in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_create_subscription_request/ for full documentation.
datazone_create_subscription_request(
clientToken = NULL,
domainIdentifier,
metadataForms = NULL,
requestReason,
subscribedListings,
subscribedPrincipals
)
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 in which the subscription request is created. |
metadataForms |
The metadata form included in the subscription request. |
requestReason |
[required] The reason for the subscription request. |
subscribedListings |
[required] The published asset for which the subscription grant is to be created. |
subscribedPrincipals |
[required] The Amazon DataZone principals for whom the subscription request is created. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.