StackReference

class aws_cdk.interfaces.aws_appstream.StackReference(*, stack_name)

Bases: object

A reference to a Stack resource.

Parameters:

stack_name (str) – The Name of the Stack 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_appstream as interfaces_appstream

stack_reference = interfaces_appstream.StackReference(
    stack_name="stackName"
)

Attributes

stack_name

The Name of the Stack resource.