Interface AWSAPICallViaCloudTrail.HealthCheck
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.HealthCheck.Jsii$Proxy
- Enclosing class:
AWSAPICallViaCloudTrail
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.HealthCheckstatic final classAn implementation forAWSAPICallViaCloudTrail.HealthCheck -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) healthyThreshold property.(experimental) interval property.(experimental) target property.(experimental) timeout property.(experimental) unhealthyThreshold property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-