datazone_revoke_subscription {paws.analytics} | R Documentation |
Revokes a specified subscription in Amazon DataZone
Description
Revokes a specified subscription in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_revoke_subscription/ for full documentation.
Usage
datazone_revoke_subscription(
domainIdentifier,
identifier,
retainPermissions = NULL
)
Arguments
domainIdentifier |
[required] The identifier of the Amazon DataZone domain where you want to revoke a subscription. |
identifier |
[required] The identifier of the revoked subscription. |
retainPermissions |
Specifies whether permissions are retained when the subscription is revoked. |
[Package paws.analytics version 0.7.0 Index]