Interface CfnApplicationStatusCheckPropsMixin.HealthCheckPathSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationStatusCheckPropsMixin.HealthCheckPathSourceProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationStatusCheckPropsMixin
@Stability(Stable)
public static interface CfnApplicationStatusCheckPropsMixin.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.cfnpropertymixins.services.ec2.*;
HealthCheckPathSourceProperty healthCheckPathSourceProperty = HealthCheckPathSourceProperty.builder()
.securityGroupId("securityGroupId")
.subnetId("subnetId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApplicationStatusCheckPropsMixin.HealthCheckPathSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecurityGroupId
- See Also:
-
getSubnetId
- See Also:
-
builder
@Stability(Stable) static CfnApplicationStatusCheckPropsMixin.HealthCheckPathSourceProperty.Builder builder()
-