datazone_accept_subscription_request {paws.analytics} | R Documentation |
Accepts a subscription request to a specific asset
Description
Accepts a subscription request to a specific asset.
See https://www.paws-r-sdk.com/docs/datazone_accept_subscription_request/ for full documentation.
Usage
datazone_accept_subscription_request(
assetScopes = NULL,
decisionComment = NULL,
domainIdentifier,
identifier
)
Arguments
assetScopes |
The asset scopes of the accept subscription request. |
decisionComment |
A description that specifies the reason for accepting the specified subscription request. |
domainIdentifier |
[required] The Amazon DataZone domain where the specified subscription request is being accepted. |
identifier |
[required] The unique identifier of the subscription request that is to be accepted. |
[Package paws.analytics version 0.9.0 Index]