CfnApplicationEntitlementAssociationProps¶
-
class
aws_cdk.aws_appstream.
CfnApplicationEntitlementAssociationProps
(*, application_identifier, entitlement_name, stack_name)¶ Bases:
object
Properties for defining a
CfnApplicationEntitlementAssociation
.- Parameters
application_identifier (
str
) – The identifier of the application.entitlement_name (
str
) – The name of the entitlement.stack_name (
str
) – The name of the stack.
- Link
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_appstream as appstream cfn_application_entitlement_association_props = appstream.CfnApplicationEntitlementAssociationProps( application_identifier="applicationIdentifier", entitlement_name="entitlementName", stack_name="stackName" )
Attributes
-
application_identifier
¶ The identifier of the application.
-
entitlement_name
¶ The name of the entitlement.
-
stack_name
¶ The name of the stack.