LayoutReference

class aws_cdk.interfaces.aws_cases.LayoutReference(*, layout_arn)

Bases: object

A reference to a Layout resource.

Parameters:

layout_arn (str) – The LayoutArn of the Layout 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_cases as interfaces_cases

layout_reference = interfaces_cases.LayoutReference(
    layout_arn="layoutArn"
)

Attributes

layout_arn

The LayoutArn of the Layout resource.