CfnApplicationEntitlementAssociationMixinProps

class aws_cdk.mixins_preview.aws_appstream.mixins.CfnApplicationEntitlementAssociationMixinProps(*, application_identifier=None, entitlement_name=None, stack_name=None)

Bases: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationentitlementassociation.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationentitlementassociation.html#cfn-appstream-applicationentitlementassociation-applicationidentifier

entitlement_name

The name of the entitlement.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationentitlementassociation.html#cfn-appstream-applicationentitlementassociation-entitlementname

stack_name

The name of the stack.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-applicationentitlementassociation.html#cfn-appstream-applicationentitlementassociation-stackname