@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:05.093Z") @Stability(value=Experimental) public abstract class ServiceDiscovery extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceDiscovery() |
protected |
ServiceDiscovery(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ServiceDiscovery(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceDiscoveryConfig |
bind(Construct scope)
(experimental) Binds the current object when adding Service Discovery to a VirtualNode.
|
static ServiceDiscovery |
cloudMap(CloudMapServiceDiscoveryOptions options)
(experimental) Returns Cloud Map based service discovery.
|
static ServiceDiscovery |
dns(String hostname)
(experimental) Returns DNS based service discovery.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ServiceDiscovery(software.amazon.jsii.JsiiObjectRef objRef)
protected ServiceDiscovery(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected ServiceDiscovery()
@Stability(value=Experimental) @NotNull public static ServiceDiscovery cloudMap(@NotNull CloudMapServiceDiscoveryOptions options)
options - This parameter is required.@Stability(value=Experimental) @NotNull public static ServiceDiscovery dns(@NotNull String hostname)
hostname - This parameter is required.@Stability(value=Experimental) @NotNull public abstract ServiceDiscoveryConfig bind(@NotNull Construct scope)
scope - This parameter is required.Copyright © 2021. All rights reserved.