Interface CfnEndpoint.PrimaryProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEndpoint.PrimaryProperty.Jsii$Proxy
- Enclosing class:
CfnEndpoint
@Stability(Stable)
public static interface CfnEndpoint.PrimaryProperty
extends software.amazon.jsii.JsiiSerializable
The primary Region of the endpoint.
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.events.*; PrimaryProperty primaryProperty = PrimaryProperty.builder() .healthCheck("healthCheck") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEndpoint.PrimaryProperty
static final class
An implementation forCfnEndpoint.PrimaryProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the health check used by the endpoint to determine whether failover is triggered.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHealthCheck
The ARN of the health check used by the endpoint to determine whether failover is triggered. -
builder
-