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.

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 import 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.

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