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