See: Description
| Interface | Description |
|---|---|
| AliasTargetInstanceProps | |
| BaseInstanceProps |
(experimental) Used when the resource that's associated with the service instance is accessible using values other than an IP address or a domain name (CNAME), i.e.
|
| BaseNamespaceProps | |
| BaseServiceProps |
(experimental) Basic props needed to create a service in a given namespace.
|
| CfnHttpNamespaceProps |
Properties for defining a `AWS::ServiceDiscovery::HttpNamespace`.
|
| CfnInstanceProps |
Properties for defining a `AWS::ServiceDiscovery::Instance`.
|
| CfnPrivateDnsNamespaceProps |
Properties for defining a `AWS::ServiceDiscovery::PrivateDnsNamespace`.
|
| CfnPublicDnsNamespaceProps |
Properties for defining a `AWS::ServiceDiscovery::PublicDnsNamespace`.
|
| CfnService.DnsConfigProperty | |
| CfnService.DnsRecordProperty | |
| CfnService.HealthCheckConfigProperty | |
| CfnService.HealthCheckCustomConfigProperty | |
| CfnServiceProps |
Properties for defining a `AWS::ServiceDiscovery::Service`.
|
| CnameInstanceBaseProps | |
| CnameInstanceProps | |
| DnsServiceProps |
(experimental) Service props needed to create a service in a given namespace.
|
| HealthCheckConfig |
(experimental) Settings for an optional Amazon Route 53 health check.
|
| HealthCheckCustomConfig |
(experimental) Specifies information about an optional custom health check.
|
| HttpNamespaceAttributes | |
| HttpNamespaceProps | |
| IHttpNamespace | |
| IHttpNamespace.Jsii$Default |
Internal default implementation for
IHttpNamespace. |
| IInstance | |
| IInstance.Jsii$Default |
Internal default implementation for
IInstance. |
| INamespace | |
| INamespace.Jsii$Default |
Internal default implementation for
INamespace. |
| IpInstanceBaseProps | |
| IpInstanceProps | |
| IPrivateDnsNamespace | |
| IPrivateDnsNamespace.Jsii$Default |
Internal default implementation for
IPrivateDnsNamespace. |
| IPublicDnsNamespace | |
| IPublicDnsNamespace.Jsii$Default |
Internal default implementation for
IPublicDnsNamespace. |
| IService | |
| IService.Jsii$Default |
Internal default implementation for
IService. |
| NonIpInstanceBaseProps | |
| NonIpInstanceProps | |
| PrivateDnsNamespaceAttributes | |
| PrivateDnsNamespaceProps | |
| PublicDnsNamespaceAttributes | |
| PublicDnsNamespaceProps | |
| ServiceAttributes | |
| ServiceProps |
| Enum | Description |
|---|---|
| DnsRecordType | |
| HealthCheckType | |
| NamespaceType | |
| RoutingPolicy |
---
This module is part of the AWS Cloud Development Kit project.
This package contains constructs for working with AWS Cloud Map
AWS Cloud Map is a fully managed service that you can use to create and maintain a map of the backend services and resources that your applications depend on.
For further information on AWS Cloud Map, see the AWS Cloud Map documentation
The following example creates an AWS Cloud Map namespace that supports API calls, creates a service in that namespace, and registers an instance to it:
Creating a Cloud Map service within an HTTP namespace
The following example creates an AWS Cloud Map namespace that supports both API calls and DNS queries within a vpc, creates a service in that namespace, and registers a loadbalancer as an instance:
Creating a Cloud Map service within a Private DNS namespace
The following example creates an AWS Cloud Map namespace that supports both API calls and public DNS queries, creates a service in that namespace, and registers an IP instance:
Creating a Cloud Map service within a Public namespace
For DNS namespaces, you can also register instances to services with CNAME records:
Copyright © 2021. All rights reserved.