TargetGroup

class TargetGroup : KotlinCustomResource

Resource Type definition for AWS::ElasticLoadBalancingV2::TargetGroup

Properties

Link copied to clipboard

Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.

Link copied to clipboard

The approximate amount of time, in seconds, between health checks of an individual target.

Link copied to clipboard
val healthCheckPath: Output<String>?

HTTP/HTTPS health checks The destination for health checks on the targets. HTTP1 or HTTP2 protocol version The ping path. The default is /. GRPC protocol version The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.

Link copied to clipboard
val healthCheckPort: Output<String>?

The port the load balancer uses when performing health checks on targets.

Link copied to clipboard

The protocol the load balancer uses when performing health checks on targets.

Link copied to clipboard

The amount of time, in seconds, during which no response from a target means a failed health check.

Link copied to clipboard

The number of consecutive health checks successes required before considering an unhealthy target healthy.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipAddressType: Output<String>?

The type of IP address used for this target group. The possible values are ipv4 and ipv6.

Link copied to clipboard

The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.

Link copied to clipboard

HTTP/HTTPS health checks The HTTP or gRPC codes to use when checking for a successful response from a target.

Link copied to clipboard
val name: Output<String>?

The name of the target group.

Link copied to clipboard
val port: Output<Int>?

The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.

Link copied to clipboard
val protocol: Output<String>?

The protocol to use for routing traffic to the targets.

Link copied to clipboard
val protocolVersion: Output<String>?

HTTP/HTTPS protocol The protocol version. The possible values are GRPC, HTTP1, and HTTP2.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

The tags.

Link copied to clipboard
val targetGroupArn: Output<String>

The ARN of the Target Group

Link copied to clipboard

The attributes.

Link copied to clipboard

The full name of the target group.

Link copied to clipboard
val targetGroupName: Output<String>

The name of the target group.

Link copied to clipboard

The targets.

Link copied to clipboard
val targetType: Output<String>?

The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.

Link copied to clipboard

The number of consecutive health check failures required before considering a target unhealthy.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>?

The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.