@Stability(value=Stable)
public static interface CfnEndpoint.PrimaryProperty
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.events.*;
PrimaryProperty primaryProperty = PrimaryProperty.builder()
.healthCheck("healthCheck")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.PrimaryProperty.Builder
A builder for
CfnEndpoint.PrimaryProperty |
static class |
CfnEndpoint.PrimaryProperty.Jsii$Proxy
An implementation for
CfnEndpoint.PrimaryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.PrimaryProperty.Builder |
builder() |
String |
getHealthCheck()
The ARN of the health check used by the endpoint to determine whether failover is triggered.
|
@Stability(value=Stable) @NotNull String getHealthCheck()
@Stability(value=Stable) static CfnEndpoint.PrimaryProperty.Builder builder()
Copyright © 2022. All rights reserved.