licensemanager_create_grant: Creates a grant for the specified license

View source: R/licensemanager_operations.R

licensemanager_create_grantR Documentation

Creates a grant for the specified license

Description

Creates a grant for the specified license. A grant shares the use of license entitlements with a specific Amazon Web Services account, an organization, or an organizational unit (OU). 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/ for full documentation.

Usage

licensemanager_create_grant(
  ClientToken,
  GrantName,
  LicenseArn,
  Principals,
  HomeRegion,
  AllowedOperations
)

Arguments

ClientToken

[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

GrantName

[required] Grant name.

LicenseArn

[required] Amazon Resource Name (ARN) of the license.

Principals

[required] The grant principals. You can specify one of the following as an Amazon Resource Name (ARN):

  • An Amazon Web Services account, which includes only the account specified.

  • An organizational unit (OU), which includes all accounts in the OU.

  • An organization, which will include all accounts across your organization.

HomeRegion

[required] Home Region of the grant.

AllowedOperations

[required] Allowed operations for the grant.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.