EnvironmentReference
- class aws_cdk.aws_elasticbeanstalk.EnvironmentReference(*, environment_name)
Bases:
object
A reference to a Environment resource.
- Parameters:
environment_name (
str
) – The EnvironmentName 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_elasticbeanstalk as elasticbeanstalk environment_reference = elasticbeanstalk.EnvironmentReference( environment_name="environmentName" )
Attributes
- environment_name
The EnvironmentName of the Environment resource.