@Stability(value=Stable) @Internal public static final class BaseServiceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BaseServiceProps
BaseServicePropssoftware.amazon.jsii.JsiiObject.InitializationModeBaseServiceProps.Builder, BaseServiceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BaseServiceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BaseServiceProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
HealthCheckCustomConfig |
getCustomHealthCheck()
Structure containing failure threshold for a custom health checker.
|
String |
getDescription()
A description of the service.
|
HealthCheckConfig |
getHealthCheck()
Settings for an optional health check.
|
String |
getName()
A name for the Service.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(BaseServiceProps.Builder builder)
BaseServiceProps.Builder.public final HealthCheckCustomConfig getCustomHealthCheck()
BaseServicePropsOnly one of healthCheckConfig or healthCheckCustomConfig can be specified. See: https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.html
Default: none
getCustomHealthCheck in interface BaseServicePropspublic final String getDescription()
BaseServicePropsDefault: none
getDescription in interface BaseServicePropspublic final HealthCheckConfig getHealthCheck()
BaseServicePropsIf you specify health check settings, AWS Cloud Map associates the health check with the records that you specify in DnsConfig. Only one of healthCheckConfig or healthCheckCustomConfig can be specified. Not valid for PrivateDnsNamespaces. If you use healthCheck, you can only register IP instances to this service.
Default: none
getHealthCheck in interface BaseServicePropspublic final String getName()
BaseServicePropsDefault: CloudFormation-generated name
getName in interface BaseServiceProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.