@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:05.083Z") @Stability(value=Experimental) public interface CloudMapServiceDiscoveryOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudMapServiceDiscoveryOptions.Builder
A builder for
CloudMapServiceDiscoveryOptions |
static class |
CloudMapServiceDiscoveryOptions.Jsii$Proxy
An implementation for
CloudMapServiceDiscoveryOptions |
| Modifier and Type | Method and Description |
|---|---|
static CloudMapServiceDiscoveryOptions.Builder |
builder() |
default 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.
|
@Stability(value=Experimental) @NotNull IService getService()
@Stability(value=Experimental) @Nullable default Map<String,String> getInstanceAttributes()
Only instances that match all of the specified key/value pairs will be returned.
Default: - no instance attributes
@Stability(value=Experimental) static CloudMapServiceDiscoveryOptions.Builder builder()
Copyright © 2021. All rights reserved.