interface TargetGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.VpcLattice.TargetGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#TargetGroupReference |
Java | software.amazon.awscdk.services.vpclattice.TargetGroupReference |
Python | aws_cdk.aws_vpclattice.TargetGroupReference |
TypeScript | aws-cdk-lib » aws_vpclattice » TargetGroupReference |
A reference to a TargetGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as vpclattice } from 'aws-cdk-lib';
const targetGroupReference: vpclattice.TargetGroupReference = {
targetGroupArn: 'targetGroupArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| target | string | The Arn of the TargetGroup resource. |
targetGroupArn
Type:
string
The Arn of the TargetGroup resource.

.NET
Go
Java
Python
TypeScript