PortalReference

class aws_cdk.aws_workspacesweb.PortalReference(*, portal_arn)

Bases: object

A reference to a Portal resource.

Parameters:

portal_arn (str) – The PortalArn of the Portal 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_workspacesweb as workspacesweb

portal_reference = workspacesweb.PortalReference(
    portal_arn="portalArn"
)

Attributes

portal_arn

The PortalArn of the Portal resource.