Uses of Class
software.amazon.awscdk.services.ec2.CfnApplicationStatusCheck.Builder
Packages that use CfnApplicationStatusCheck.Builder
-
Uses of CfnApplicationStatusCheck.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnApplicationStatusCheck.BuilderModifier and TypeMethodDescriptionCfnApplicationStatusCheck.Builder.aggregation(String aggregation) Whether this check is included in the rolled-up application status.CfnApplicationStatusCheck.Builder.deviceIndex(Number deviceIndex) The network interface device index used for the health check.CfnApplicationStatusCheck.Builder.failureThreshold(Number failureThreshold) The number of consecutive failed probes required to mark the instance unhealthy.CfnApplicationStatusCheck.Builder.healthCheckPaths(List<? extends Object> healthCheckPaths) The source/destination network paths used for the health check.CfnApplicationStatusCheck.Builder.healthCheckPaths(IResolvable healthCheckPaths) The source/destination network paths used for the health check.CfnApplicationStatusCheck.Builder.initializationGracePeriodSeconds(Number initializationGracePeriodSeconds) Seconds to wait after instance launch before beginning health checks.The interval, in seconds, between health check probes.The IP scope used for the health check.The IP version used for the health check.The HTTP path used for the health check.The port used for the health check.The network protocol used for the health check.CfnApplicationStatusCheck.Builder.statusCodeMatcher(String statusCodeMatcher) The HTTP status codes considered successful (e.g., "200-299").CfnApplicationStatusCheck.Builder.successThreshold(Number successThreshold) The number of consecutive successful probes required to mark the instance healthy.Tags to apply to the application status check.The timeout, in seconds, for each health check probe.