CfnApplicationEntitlementAssociationMixinProps
- class aws_cdk.mixins_preview.aws_appstream.mixins.CfnApplicationEntitlementAssociationMixinProps(*, application_identifier=None, entitlement_name=None, stack_name=None)
Bases:
objectProperties for CfnApplicationEntitlementAssociationPropsMixin.
- Parameters:
application_identifier (
Optional[str]) – The identifier of the application.entitlement_name (
Optional[str]) – The name of the entitlement.stack_name (
Optional[str]) – The name of the stack.
- See:
- 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.mixins_preview.aws_appstream import mixins as appstream_mixins cfn_application_entitlement_association_mixin_props = appstream_mixins.CfnApplicationEntitlementAssociationMixinProps( application_identifier="applicationIdentifier", entitlement_name="entitlementName", stack_name="stackName" )
Attributes
- application_identifier
The identifier of the application.
- entitlement_name
The name of the entitlement.