Uses of Interface
software.amazon.awscdk.services.servicediscovery.CfnService.DnsConfigProperty
Package
Description
Amazon ECS Service Discovery Construct Library
-
Uses of CfnService.DnsConfigProperty in software.amazon.awscdk.services.servicediscovery
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnService.DnsConfigProperty
Modifier and TypeMethodDescriptionCfnService.DnsConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnService.Builder.dnsConfig
(CfnService.DnsConfigProperty dnsConfig) A complex type that contains information about the RouteĀ 53 DNS records that you want AWS Cloud Map to create when you register an instance.CfnServiceProps.Builder.dnsConfig
(CfnService.DnsConfigProperty dnsConfig) Sets the value ofCfnServiceProps.getDnsConfig()
void
CfnService.setDnsConfig
(CfnService.DnsConfigProperty value) A complex type that contains information about the RouteĀ 53 DNS records that you want AWS Cloud Map to create when you register an instance.