SiteReference

class aws_cdk.interfaces.aws_outposts.SiteReference(*, site_arn)

Bases: object

A reference to a Site resource.

Parameters:

site_arn (str) – The SiteArn of the Site 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_outposts as interfaces_outposts

site_reference = interfaces_outposts.SiteReference(
    site_arn="siteArn"
)

Attributes

site_arn

The SiteArn of the Site resource.