| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2.integrations | |
| software.amazon.awscdk.services.ecs | |
| software.amazon.awscdk.services.servicediscovery |
| Modifier and Type | Method and Description |
|---|---|
Service |
HttpServiceDiscoveryIntegrationProps.getService()
(experimental) The discovery service used for the integration.
|
Service |
HttpServiceDiscoveryIntegrationProps.Jsii$Proxy.getService() |
| Modifier and Type | Method and Description |
|---|---|
HttpServiceDiscoveryIntegrationProps.Builder |
HttpServiceDiscoveryIntegrationProps.Builder.service(Service service)
Sets the value of
HttpServiceDiscoveryIntegrationProps.getService() |
HttpServiceDiscoveryIntegration.Builder |
HttpServiceDiscoveryIntegration.Builder.service(Service service)
(experimental) The discovery service used for the integration.
|
| Constructor and Description |
|---|
Jsii$Proxy(Service service,
IVpcLink vpcLink,
HttpMethod method)
Constructor that initializes the object based on literal property values passed by the
HttpServiceDiscoveryIntegrationProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Service |
BaseService.enableCloudMap(CloudMapOptions options)
(experimental) Enable CloudMap service discovery for the service.
|
protected Service |
BaseService.getCloudmapService()
(experimental) The details of the AWS Cloud Map service.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseService.setCloudmapService(Service value)
(experimental) The details of the AWS Cloud Map service.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.Builder.build() |
Service |
PrivateDnsNamespace.createService(String id)
(experimental) Creates a service within the namespace.
|
Service |
HttpNamespace.createService(String id)
(experimental) Creates a service within the namespace.
|
Service |
PublicDnsNamespace.createService(String id)
(experimental) Creates a service within the namespace.
|
Service |
HttpNamespace.createService(String id,
BaseServiceProps props)
(experimental) Creates a service within the namespace.
|
Service |
PrivateDnsNamespace.createService(String id,
DnsServiceProps props)
(experimental) Creates a service within the namespace.
|
Service |
PublicDnsNamespace.createService(String id,
DnsServiceProps props)
(experimental) Creates a service within the namespace.
|
Copyright © 2020. All rights reserved.