View source: R/licensemanager_operations.R
licensemanager_create_grant_version | R Documentation |
Creates 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.
licensemanager_create_grant_version(
ClientToken,
GrantArn,
GrantName = NULL,
AllowedOperations = NULL,
Status = NULL,
StatusReason = NULL,
SourceVersion = NULL,
Options = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.