View source: R/datazone_operations.R
datazone_update_subscription_grant_status | R Documentation |
Updates the status of the specified subscription grant status in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_subscription_grant_status/ for full documentation.
datazone_update_subscription_grant_status(
assetIdentifier,
domainIdentifier,
failureCause = NULL,
identifier,
status,
targetName = NULL
)
assetIdentifier |
[required] The identifier of the asset the subscription grant status of which is to be updated. |
domainIdentifier |
[required] The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated. |
failureCause |
Specifies the error message that is returned if the operation cannot be successfully completed. |
identifier |
[required] The identifier of the subscription grant the status of which is to be updated. |
status |
[required] The status to be updated as part of the
|
targetName |
The target name to be updated as part of the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.