Target Group Args
data class TargetGroupArgs(val healthCheckEnabled: Output<Boolean>? = null, val healthCheckIntervalSeconds: Output<Int>? = null, val healthCheckPath: Output<String>? = null, val healthCheckPort: Output<String>? = null, val healthCheckProtocol: Output<String>? = null, val healthCheckTimeoutSeconds: Output<Int>? = null, val healthyThresholdCount: Output<Int>? = null, val ipAddressType: Output<String>? = null, val matcher: Output<TargetGroupMatcherArgs>? = null, val name: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<String>? = null, val protocolVersion: Output<String>? = null, val tags: Output<List<TargetGroupTagArgs>>? = null, val targetGroupAttributes: Output<List<TargetGroupAttributeArgs>>? = null, val targetType: Output<String>? = null, val targets: Output<List<TargetGroupTargetDescriptionArgs>>? = null, val unhealthyThresholdCount: Output<Int>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<TargetGroupArgs>
Resource Type definition for AWS::ElasticLoadBalancingV2::TargetGroup
Constructors
Link copied to clipboard
fun TargetGroupArgs(healthCheckEnabled: Output<Boolean>? = null, healthCheckIntervalSeconds: Output<Int>? = null, healthCheckPath: Output<String>? = null, healthCheckPort: Output<String>? = null, healthCheckProtocol: Output<String>? = null, healthCheckTimeoutSeconds: Output<Int>? = null, healthyThresholdCount: Output<Int>? = null, ipAddressType: Output<String>? = null, matcher: Output<TargetGroupMatcherArgs>? = null, name: Output<String>? = null, port: Output<Int>? = null, protocol: Output<String>? = null, protocolVersion: Output<String>? = null, tags: Output<List<TargetGroupTagArgs>>? = null, targetGroupAttributes: Output<List<TargetGroupAttributeArgs>>? = null, targetType: Output<String>? = null, targets: Output<List<TargetGroupTargetDescriptionArgs>>? = null, unhealthyThresholdCount: Output<Int>? = null, vpcId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard