@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.052Z") @Stability(value=Experimental) public interface IService extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IService.Jsii$Default
Internal default implementation for
IService. |
static class |
IService.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
DnsRecordType |
getDnsRecordType()
(experimental) The DnsRecordType used by the service.
|
INamespace |
getNamespace()
(experimental) The namespace for the Cloudmap Service.
|
RoutingPolicy |
getRoutingPolicy()
(experimental) The Routing Policy used by the service.
|
String |
getServiceArn()
(experimental) The Arn of the namespace that you want to use for DNS configuration.
|
String |
getServiceId()
(experimental) The ID of the namespace that you want to use for DNS configuration.
|
String |
getServiceName()
(experimental) A name for the Cloudmap Service.
|
@Stability(value=Experimental) @NotNull DnsRecordType getDnsRecordType()
@Stability(value=Experimental) @NotNull INamespace getNamespace()
@Stability(value=Experimental) @NotNull RoutingPolicy getRoutingPolicy()
@Stability(value=Experimental) @NotNull String getServiceArn()
@Stability(value=Experimental) @NotNull String getServiceId()
@Stability(value=Experimental) @NotNull String getServiceName()
Copyright © 2021. All rights reserved.