EntitlementReference
- class aws_cdk.interfaces.aws_accountaccess.EntitlementReference(*, application_arn, entitlement_id)
Bases:
objectA reference to a Entitlement resource.
- Parameters:
application_arn (
str) – The ApplicationArn of the Entitlement resource.entitlement_id (
str) – The EntitlementId of the Entitlement 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_accountaccess as interfaces_accountaccess entitlement_reference = interfaces_accountaccess.EntitlementReference( application_arn="applicationArn", entitlement_id="entitlementId" )
Attributes
- application_arn
The ApplicationArn of the Entitlement resource.
- entitlement_id
The EntitlementId of the Entitlement resource.