interface IEnvironmentRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElasticBeanstalk.IEnvironmentRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awselasticbeanstalk#IEnvironmentRef |
Java | software.amazon.awscdk.services.elasticbeanstalk.IEnvironmentRef |
Python | aws_cdk.aws_elasticbeanstalk.IEnvironmentRef |
TypeScript | aws-cdk-lib » aws_elasticbeanstalk » IEnvironmentRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Environment.
Properties
| Name | Type | Description |
|---|---|---|
| environment | Environment | A reference to a Environment resource. |
| node | Node | The tree node. |
environmentRef
Type:
Environment
A reference to a Environment resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript