interface TargetGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.VpcLattice.TargetGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsvpclattice#TargetGroupReference |
Java | software.amazon.awscdk.interfaces.vpclattice.TargetGroupReference |
Python | aws_cdk.interfaces.aws_vpclattice.TargetGroupReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_vpclattice } from 'aws-cdk-lib/interfaces';
const targetGroupReference: interfaces_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