Interface CfnApplicationStatusCheck.HealthCheckPathSourceProperty

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

@Stability(Stable) public static interface CfnApplicationStatusCheck.HealthCheckPathSourceProperty 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.*;
 HealthCheckPathSourceProperty healthCheckPathSourceProperty = HealthCheckPathSourceProperty.builder()
         .securityGroupId("securityGroupId")
         .subnetId("subnetId")
         .build();
 

See Also: