Interface AWSAPICallViaCloudTrail.HealthCheck

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AWSAPICallViaCloudTrail.HealthCheck.Jsii$Proxy
Enclosing class:
AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface AWSAPICallViaCloudTrail.HealthCheck extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for HealthCheck.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.elasticloadbalancing.events.*;
 HealthCheck healthCheck = HealthCheck.builder()
         .healthyThreshold(List.of("healthyThreshold"))
         .interval(List.of("interval"))
         .target(List.of("target"))
         .timeout(List.of("timeout"))
         .unhealthyThreshold(List.of("unhealthyThreshold"))
         .build();
 
  • Method Details

    • getHealthyThreshold

      @Stability(Experimental) @Nullable default List<String> getHealthyThreshold()
      (experimental) healthyThreshold property.

      Specify an array of string values to match this event if the actual value of healthyThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getInterval

      @Stability(Experimental) @Nullable default List<String> getInterval()
      (experimental) interval property.

      Specify an array of string values to match this event if the actual value of interval is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTarget

      @Stability(Experimental) @Nullable default List<String> getTarget()
      (experimental) target property.

      Specify an array of string values to match this event if the actual value of target is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTimeout

      @Stability(Experimental) @Nullable default List<String> getTimeout()
      (experimental) timeout property.

      Specify an array of string values to match this event if the actual value of timeout is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getUnhealthyThreshold

      @Stability(Experimental) @Nullable default List<String> getUnhealthyThreshold()
      (experimental) unhealthyThreshold property.

      Specify an array of string values to match this event if the actual value of unhealthyThreshold is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static AWSAPICallViaCloudTrail.HealthCheck.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.HealthCheck.Builder of AWSAPICallViaCloudTrail.HealthCheck