Interface CfnApplicationStatusCheck.HealthCheckPathProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationStatusCheck.HealthCheckPathProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationStatusCheck
@Stability(Stable)
public static interface CfnApplicationStatusCheck.HealthCheckPathProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
HealthCheckPathProperty healthCheckPathProperty = HealthCheckPathProperty.builder()
.destinations(List.of(HealthCheckPathDestinationProperty.builder()
.securityGroupId("securityGroupId")
.subnetId("subnetId")
.build()))
.source(HealthCheckPathSourceProperty.builder()
.securityGroupId("securityGroupId")
.subnetId("subnetId")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationStatusCheck.HealthCheckPathPropertystatic final classAn implementation forCfnApplicationStatusCheck.HealthCheckPathProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationStatusCheck.HealthCheckPathDestinationProperty>default ObjectReturns union: eitherIResolvableorCfnApplicationStatusCheck.HealthCheckPathSourcePropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinations
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationStatusCheck.HealthCheckPathDestinationProperty>- See Also:
-
getSource
Returns union: eitherIResolvableorCfnApplicationStatusCheck.HealthCheckPathSourceProperty- See Also:
-
builder
-