interface TargetGroupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EC2.CfnSpotFleetPropsMixin.TargetGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsec2#CfnSpotFleetPropsMixin_TargetGroupProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSpotFleetPropsMixin.TargetGroupProperty |
Python | aws_cdk.cfn_property_mixins.aws_ec2.CfnSpotFleetPropsMixin.TargetGroupProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ec2 » CfnSpotFleetPropsMixin » TargetGroupProperty |
Describes a load balancer target group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from '@aws-cdk/cfn-property-mixins';
const targetGroupProperty: ec2.CfnSpotFleetPropsMixin.TargetGroupProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The Amazon Resource Name (ARN) of the target group. |
arn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the target group.

.NET
Go
Java
Python
TypeScript