@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.534Z") @Stability(value=Experimental) public interface HttpServiceDiscoveryIntegrationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpServiceDiscoveryIntegrationProps.Builder
A builder for
HttpServiceDiscoveryIntegrationProps |
static class |
HttpServiceDiscoveryIntegrationProps.Jsii$Proxy
An implementation for
HttpServiceDiscoveryIntegrationProps |
| Modifier and Type | Method and Description |
|---|---|
static HttpServiceDiscoveryIntegrationProps.Builder |
builder() |
default HttpMethod |
getMethod()
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
Service |
getService()
(experimental) The discovery service used for the integration.
|
IVpcLink |
getVpcLink()
(experimental) The vpc link to be used for the private integration.
|
@Stability(value=Experimental) @NotNull Service getService()
@Stability(value=Experimental) @NotNull IVpcLink getVpcLink()
@Stability(value=Experimental) @Nullable default HttpMethod getMethod()
Default: HttpMethod.ANY
@Stability(value=Experimental) static HttpServiceDiscoveryIntegrationProps.Builder builder()
Copyright © 2020. All rights reserved.