LicenseAssetRuleSetReference
- class aws_cdk.interfaces.aws_licensemanager.LicenseAssetRuleSetReference(*, license_asset_ruleset_arn)
Bases:
objectA reference to a LicenseAssetRuleSet resource.
- Parameters:
license_asset_ruleset_arn (
str) – The LicenseAssetRulesetArn of the LicenseAssetRuleSet 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.interfaces import aws_licensemanager as interfaces_licensemanager license_asset_rule_set_reference = interfaces_licensemanager.LicenseAssetRuleSetReference( license_asset_ruleset_arn="licenseAssetRulesetArn" )
Attributes
- license_asset_ruleset_arn
The LicenseAssetRulesetArn of the LicenseAssetRuleSet resource.