GrantReference

class aws_cdk.aws_licensemanager.GrantReference(*, grant_arn)

Bases: object

A reference to a Grant resource.

Parameters:

grant_arn (str) – The GrantArn of the Grant resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_licensemanager as licensemanager

grant_reference = licensemanager.GrantReference(
    grant_arn="grantArn"
)

Attributes

grant_arn

The GrantArn of the Grant resource.