Learn R Programming

paws.management (version 0.2.0)

licensemanager_create_grant_version: Creates a new version of the specified grant

Description

Creates a new version of the specified grant.

See https://paws-r.github.io/docs/licensemanager/create_grant_version.html for full documentation.

Usage

licensemanager_create_grant_version(
  ClientToken,
  GrantArn,
  GrantName = NULL,
  AllowedOperations = NULL,
  Status = NULL,
  StatusReason = NULL,
  SourceVersion = 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.