interface EnvironmentAccountConnectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_proton.EnvironmentAccountConnectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsproton#EnvironmentAccountConnectionReference |
![]() | software.amazon.awscdk.services.proton.EnvironmentAccountConnectionReference |
![]() | aws_cdk.aws_proton.EnvironmentAccountConnectionReference |
![]() | aws-cdk-lib » 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 proton } from 'aws-cdk-lib';
const environmentAccountConnectionReference: 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.