Interface CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationStatusCheckPropsMixin
@Stability(Stable)
public static interface CfnApplicationStatusCheckPropsMixin.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.cfnpropertymixins.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 classstatic final classAn implementation forCfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationStatusCheckPropsMixin.HealthCheckPathDestinationProperty>default ObjectReturns union: eitherIResolvableorCfnApplicationStatusCheckPropsMixin.HealthCheckPathSourcePropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinations
Returns union: eitherIResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationStatusCheckPropsMixin.HealthCheckPathDestinationProperty>- See Also:
-
getSource
Returns union: eitherIResolvableorCfnApplicationStatusCheckPropsMixin.HealthCheckPathSourceProperty- See Also:
-
builder
@Stability(Stable) static CfnApplicationStatusCheckPropsMixin.HealthCheckPathProperty.Builder builder()
-