Creates a grant for the specified license. A grant shares the use of license entitlements with specific AWS accounts.
licensemanager_create_grant(ClientToken, GrantName, LicenseArn,
Principals, HomeRegion, AllowedOperations)
A list with the following syntax:
list(
GrantArn = "string",
Status = "PENDING_WORKFLOW"|"PENDING_ACCEPT"|"REJECTED"|"ACTIVE"|"FAILED_WORKFLOW"|"DELETED"|"PENDING_DELETE"|"DISABLED",
Version = "string"
)
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
[required] Grant name.
[required] Amazon Resource Name (ARN) of the license.
[required] The grant principals.
[required] Home Region of the grant.
[required] Allowed operations for the grant.
svc$create_grant(
ClientToken = "string",
GrantName = "string",
LicenseArn = "string",
Principals = list(
"string"
),
HomeRegion = "string",
AllowedOperations = list(
"CreateGrant"|"CheckoutLicense"|"CheckoutBorrowLicense"|"CheckInLicense"|"ExtendConsumptionLicense"|"ListPurchasedLicenses"|"CreateToken"
)
)