interface TargetGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.VpcLattice.TargetGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#TargetGroupReference |
![]() | software.amazon.awscdk.services.vpclattice.TargetGroupReference |
![]() | aws_cdk.aws_vpclattice.TargetGroupReference |
![]() | 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.