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

.NET
Go
Java
Python
TypeScript