DirectoryConfigReference

class aws_cdk.aws_appstream.DirectoryConfigReference(*, directory_name)

Bases: object

A reference to a DirectoryConfig resource.

Parameters:

directory_name (str) – The DirectoryName of the DirectoryConfig 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 import aws_appstream as appstream

directory_config_reference = appstream.DirectoryConfigReference(
    directory_name="directoryName"
)

Attributes

directory_name

The DirectoryName of the DirectoryConfig resource.