C# Class Amazon.ElasticLoadBalancingV2.Model.CreateTargetGroupRequest

Container for the parameters to the CreateTargetGroup operation. Creates a target group.

To register targets with the target group, use RegisterTargets. To update the health check settings for the target group, use ModifyTargetGroup. To monitor the health of targets in the target group, use DescribeTargetHealth.

To route traffic to the targets in a target group, specify the target group in an action using CreateListener or CreateRule.

To delete a target group, use DeleteTargetGroup.

For more information, see Target Groups for Your Application Load Balancers in the Application Load Balancers Guide.

Inheritance: AmazonElasticLoadBalancingV2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetHealthCheckIntervalSeconds ( ) : bool
IsSetHealthCheckPath ( ) : bool
IsSetHealthCheckPort ( ) : bool
IsSetHealthCheckProtocol ( ) : bool
IsSetHealthCheckTimeoutSeconds ( ) : bool
IsSetHealthyThresholdCount ( ) : bool
IsSetMatcher ( ) : bool
IsSetName ( ) : bool
IsSetPort ( ) : bool
IsSetProtocol ( ) : bool
IsSetUnhealthyThresholdCount ( ) : bool
IsSetVpcId ( ) : bool