Class AWSAPICallViaCloudTrail.HealthCheck1.Jsii$Proxy
- All Implemented Interfaces:
AWSAPICallViaCloudTrail.HealthCheck1,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AWSAPICallViaCloudTrail.HealthCheck1
AWSAPICallViaCloudTrail.HealthCheck1-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.elasticloadbalancing.events.AWSAPICallViaCloudTrail.HealthCheck1
AWSAPICallViaCloudTrail.HealthCheck1.Builder, AWSAPICallViaCloudTrail.HealthCheck1.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAWSAPICallViaCloudTrail.HealthCheck1.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) healthyThreshold property.(experimental) interval property.(experimental) target property.(experimental) timeout property.(experimental) unhealthyThreshold property.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAWSAPICallViaCloudTrail.HealthCheck1.Builder.
-
-
Method Details
-
getHealthyThreshold
Description copied from interface:AWSAPICallViaCloudTrail.HealthCheck1(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
- Specified by:
getHealthyThresholdin interfaceAWSAPICallViaCloudTrail.HealthCheck1
-
getInterval
Description copied from interface:AWSAPICallViaCloudTrail.HealthCheck1(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
- Specified by:
getIntervalin interfaceAWSAPICallViaCloudTrail.HealthCheck1
-
getTarget
Description copied from interface:AWSAPICallViaCloudTrail.HealthCheck1(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
- Specified by:
getTargetin interfaceAWSAPICallViaCloudTrail.HealthCheck1
-
getTimeout
Description copied from interface:AWSAPICallViaCloudTrail.HealthCheck1(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
- Specified by:
getTimeoutin interfaceAWSAPICallViaCloudTrail.HealthCheck1
-
getUnhealthyThreshold
Description copied from interface:AWSAPICallViaCloudTrail.HealthCheck1(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
- Specified by:
getUnhealthyThresholdin interfaceAWSAPICallViaCloudTrail.HealthCheck1
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-