Creates a new version of the specified grant
Source:R/licensemanager_operations.R
licensemanager_create_grant_version.RdCreates a new version of the specified grant. For more information, see Granted licenses in License Manager in the License Manager User Guide.
See https://www.paws-r-sdk.com/docs/licensemanager_create_grant_version/ for full documentation.
Usage
licensemanager_create_grant_version(
ClientToken,
GrantArn,
GrantName = NULL,
AllowedOperations = NULL,
Status = NULL,
StatusReason = NULL,
SourceVersion = NULL,
Options = NULL
)Arguments
- ClientToken
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- GrantArn
[required] Amazon Resource Name (ARN) of the grant.
- GrantName
Grant name.
- AllowedOperations
Allowed operations for the grant.
- Status
Grant status.
- StatusReason
Grant status reason.
- SourceVersion
Current version of the grant.
- Options
The options specified for the grant.