EnvironmentReference

class aws_cdk.aws_m2.EnvironmentReference(*, environment_arn)

Bases: object

A reference to a Environment resource.

Parameters:

environment_arn (str) – The EnvironmentArn of the Environment 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_m2 as m2

environment_reference = m2.EnvironmentReference(
    environment_arn="environmentArn"
)

Attributes

environment_arn

The EnvironmentArn of the Environment resource.