Class BaseServiceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.servicediscovery.BaseServiceProps.Jsii$Proxy
- All Implemented Interfaces:
BaseServiceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BaseServiceProps
@Stability(Stable)
@Internal
public static final class BaseServiceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BaseServiceProps
An implementation for
BaseServiceProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicediscovery.BaseServiceProps
BaseServiceProps.Builder, BaseServiceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BaseServiceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBaseServiceProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal HealthCheckCustomConfigStructure containing failure threshold for a custom health checker.final StringA description of the service.final HealthCheckConfigSettings for an optional health check.final StringgetName()A name for the Service.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theBaseServiceProps.Builder.
-
-
Method Details
-
getCustomHealthCheck
Description copied from interface:BaseServicePropsStructure containing failure threshold for a custom health checker.Only one of healthCheckConfig or healthCheckCustomConfig can be specified. See: https://docs.aws.amazon.com/cloud-map/latest/api/API_HealthCheckCustomConfig.html
Default: none
- Specified by:
getCustomHealthCheckin interfaceBaseServiceProps
-
getDescription
Description copied from interface:BaseServicePropsA description of the service.Default: none
- Specified by:
getDescriptionin interfaceBaseServiceProps
-
getHealthCheck
Description copied from interface:BaseServicePropsSettings for an optional health check.If 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
- Specified by:
getHealthCheckin interfaceBaseServiceProps
-
getName
Description copied from interface:BaseServicePropsA name for the Service.Default: CloudFormation-generated name
- Specified by:
getNamein interfaceBaseServiceProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-