Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnTargetGroupPropsMixin.Builder
Packages that use CfnTargetGroupPropsMixin.Builder
-
Uses of CfnTargetGroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2 that return CfnTargetGroupPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTargetGroupPropsMixin.Builder.create()CfnTargetGroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTargetGroupPropsMixin.Builder.healthCheckEnabled(Boolean healthCheckEnabled) Indicates whether health checks are enabled.CfnTargetGroupPropsMixin.Builder.healthCheckEnabled(IResolvable healthCheckEnabled) Indicates whether health checks are enabled.CfnTargetGroupPropsMixin.Builder.healthCheckIntervalSeconds(Number healthCheckIntervalSeconds) The approximate amount of time, in seconds, between health checks of an individual target.CfnTargetGroupPropsMixin.Builder.healthCheckPath(String healthCheckPath) [HTTP/HTTPS health checks] The destination for health checks on the targets.CfnTargetGroupPropsMixin.Builder.healthCheckPort(String healthCheckPort) The port the load balancer uses when performing health checks on targets.CfnTargetGroupPropsMixin.Builder.healthCheckProtocol(String healthCheckProtocol) The protocol the load balancer uses when performing health checks on targets.CfnTargetGroupPropsMixin.Builder.healthCheckTimeoutSeconds(Number healthCheckTimeoutSeconds) The amount of time, in seconds, during which no response from a target means a failed health check.CfnTargetGroupPropsMixin.Builder.healthyThresholdCount(Number healthyThresholdCount) The number of consecutive health check successes required before considering a target healthy.CfnTargetGroupPropsMixin.Builder.ipAddressType(String ipAddressType) The IP address type.CfnTargetGroupPropsMixin.Builder.matcher(CfnTargetGroupPropsMixin.MatcherProperty matcher) [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.CfnTargetGroupPropsMixin.Builder.matcher(IResolvable matcher) [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.The name of the target group.The port on which the targets receive traffic.The protocol to use for routing traffic to the targets.CfnTargetGroupPropsMixin.Builder.protocolVersion(String protocolVersion) [HTTP/HTTPS protocol] The protocol version.The tags.CfnTargetGroupPropsMixin.Builder.targetControlPort(Number targetControlPort) The port on which the target control agent and application load balancer exchange management traffic for the target optimizer feature.CfnTargetGroupPropsMixin.Builder.targetGroupAttributes(List<? extends Object> targetGroupAttributes) The target group attributes.CfnTargetGroupPropsMixin.Builder.targetGroupAttributes(IResolvable targetGroupAttributes) The target group attributes.The targets.CfnTargetGroupPropsMixin.Builder.targets(IResolvable targets) The targets.CfnTargetGroupPropsMixin.Builder.targetType(String targetType) The type of target that you must specify when registering targets with this target group.CfnTargetGroupPropsMixin.Builder.unhealthyThresholdCount(Number unhealthyThresholdCount) The number of consecutive health check failures required before considering a target unhealthy.The identifier of the virtual private cloud (VPC).The identifier of the virtual private cloud (VPC).