Interface IService.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IService,IServiceRef,IServiceRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IService.Jsii$Proxy
- Enclosing interface:
IService
@Internal
public static interface IService.Jsii$Default
extends IService, IResource.Jsii$Default, IServiceRef.Jsii$Default
Internal default implementation for
IService.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.servicediscovery.IService
IService.Jsii$Default, IService.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.servicediscovery.IServiceRef
IServiceRef.Jsii$Default, IServiceRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault DiscoveryTypeThe discovery type used by the service.default DnsRecordTypeThe DnsRecordType used by the service.default INamespaceThe namespace for the Cloudmap Service.default RoutingPolicyThe Routing Policy used by the service.default StringThe Arn of the namespace that you want to use for DNS configuration.default StringThe ID of the namespace that you want to use for DNS configuration.default StringA name for the Cloudmap Service.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.servicediscovery.IServiceRef.Jsii$Default
getServiceRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDiscoveryType
The discovery type used by the service.- Specified by:
getDiscoveryTypein interfaceIService
-
getDnsRecordType
The DnsRecordType used by the service.- Specified by:
getDnsRecordTypein interfaceIService
-
getNamespace
The namespace for the Cloudmap Service.- Specified by:
getNamespacein interfaceIService
-
getRoutingPolicy
The Routing Policy used by the service.- Specified by:
getRoutingPolicyin interfaceIService
-
getServiceArn
The Arn of the namespace that you want to use for DNS configuration.- Specified by:
getServiceArnin interfaceIService
-
getServiceId
The ID of the namespace that you want to use for DNS configuration.- Specified by:
getServiceIdin interfaceIService
-
getServiceName
A name for the Cloudmap Service.- Specified by:
getServiceNamein interfaceIService
-