interface EnvironmentAccountConnectionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Proton.EnvironmentAccountConnectionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsproton#EnvironmentAccountConnectionReference |
Java | software.amazon.awscdk.interfaces.proton.EnvironmentAccountConnectionReference |
Python | aws_cdk.interfaces.aws_proton.EnvironmentAccountConnectionReference |
TypeScript | aws-cdk-lib » interfaces » aws_proton » EnvironmentAccountConnectionReference |
A reference to a EnvironmentAccountConnection resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_proton as interfaces_aws_proton } from 'aws-cdk-lib/interfaces';
const environmentAccountConnectionReference: interfaces_aws_proton.EnvironmentAccountConnectionReference = {
environmentAccountConnectionArn: 'environmentAccountConnectionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| environment | string | The Arn of the EnvironmentAccountConnection resource. |
environmentAccountConnectionArn
Type:
string
The Arn of the EnvironmentAccountConnection resource.

.NET
Go
Java
Python
TypeScript