Skip to content

Latest commit

 

History

History
82 lines (70 loc) · 2.91 KB

File metadata and controls

82 lines (70 loc) · 2.91 KB

AWS.LicenseManager @ default

Resource AWS.LicenseManager/Grant@default

  • Valid Scope(s): Unknown

Properties

Resource AWS.LicenseManager/License@default

  • Valid Scope(s): Unknown

Properties

AWS.LicenseManager/GrantProperties

Properties

  • AllowedOperations: string[] (WriteOnly)
  • GrantArn: string (ReadOnly, Identifier): Arn of the grant.
  • GrantName: string: Name for the created Grant.
  • HomeRegion: string: Home region for the created grant.
  • LicenseArn: string: License Arn for the grant.
  • Principals: string[] (WriteOnly)
  • Status: string (WriteOnly)
  • Version: string (ReadOnly): The version of the grant.

AWS.LicenseManager/LicenseProperties

Properties

  • Beneficiary: string: Beneficiary of the license.
  • ConsumptionConfiguration: ConsumptionConfiguration (Required)
  • Entitlements: Entitlement[] (Required)
  • HomeRegion: string (Required): Home region for the created license.
  • Issuer: IssuerData (Required)
  • LicenseArn: string (ReadOnly, Identifier): Amazon Resource Name is a unique name for each resource.
  • LicenseMetadata: Metadata[]
  • LicenseName: string (Required): Name for the created license.
  • ProductName: string (Required): Product name for the created license.
  • ProductSKU: string: ProductSKU of the license.
  • Status: string (WriteOnly)
  • Validity: ValidityDateFormat (Required)
  • Version: string (ReadOnly): The version of the license.

ConsumptionConfiguration

Properties

BorrowConfiguration

Properties

  • AllowEarlyCheckIn: bool (Required)
  • MaxTimeToLiveInMinutes: int (Required)

ProvisionalConfiguration

Properties

  • MaxTimeToLiveInMinutes: int (Required)

Entitlement

Properties

  • AllowCheckIn: bool
  • MaxCount: int
  • Name: string (Required)
  • Overage: bool
  • Unit: string (Required)
  • Value: string

IssuerData

Properties

  • Name: string (Required)
  • SignKey: string

Metadata

Properties

  • Name: string (Required)
  • Value: string (Required)

ValidityDateFormat

Properties

  • Begin: string (Required): Validity begin date for the license.
  • End: string (Required): Validity begin date for the license.