datazone_create_subscription_request {paws.analytics} | R Documentation |
Creates a subscription request in Amazon DataZone
Description
Creates a subscription request in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_create_subscription_request/ for full documentation.
Usage
datazone_create_subscription_request(
clientToken = NULL,
domainIdentifier,
metadataForms = NULL,
requestReason,
subscribedListings,
subscribedPrincipals
)
Arguments
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. |
[Package paws.analytics version 0.9.0 Index]