NetworkReference

class aws_cdk.interfaces.aws_wickr.NetworkReference(*, network_arn)

Bases: object

A reference to a Network resource.

Parameters:

network_arn (str) – The NetworkArn of the Network 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_wickr as interfaces_wickr

network_reference = interfaces_wickr.NetworkReference(
    network_arn="networkArn"
)

Attributes

network_arn

The NetworkArn of the Network resource.