@Stability(value=Experimental) @Internal public static final class CloudMapServiceDiscoveryOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudMapServiceDiscoveryOptions
CloudMapServiceDiscoveryOptionssoftware.amazon.jsii.JsiiObject.InitializationModeCloudMapServiceDiscoveryOptions.Builder, CloudMapServiceDiscoveryOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IService service,
Map<String,String> instanceAttributes)
Constructor that initializes the object based on literal property values passed by the
CloudMapServiceDiscoveryOptions.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) |
Map<String,String> |
getInstanceAttributes()
(experimental) A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance.
|
IService |
getService()
(experimental) The AWS Cloud Map Service to use for service discovery.
|
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(IService service, Map<String,String> instanceAttributes)
CloudMapServiceDiscoveryOptions.Builder.public final IService getService()
CloudMapServiceDiscoveryOptionsgetService in interface CloudMapServiceDiscoveryOptionspublic final Map<String,String> getInstanceAttributes()
CloudMapServiceDiscoveryOptionsOnly instances that match all of the specified key/value pairs will be returned.
Default: - no instance attributes
getInstanceAttributes in interface CloudMapServiceDiscoveryOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.