Interface IService
Inherited Members
Namespace: Amazon.CDK.AWS.ServiceDiscovery
Assembly: Amazon.CDK.AWS.ServiceDiscovery.dll
Syntax (csharp)
public interface IService : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IService
Inherits IResource, IConstruct, IConstruct, IDependable
Synopsis
Properties
DnsRecordType | The DnsRecordType used by the service. |
Namespace | The namespace for the Cloudmap Service. |
RoutingPolicy | The Routing Policy used by the service. |
ServiceArn | The Arn of the namespace that you want to use for DNS configuration. |
ServiceId | The ID of the namespace that you want to use for DNS configuration. |
ServiceName | A name for the Cloudmap Service. |
Properties
DnsRecordType
The DnsRecordType used by the service.
DnsRecordType DnsRecordType { get; }
Property Value
Namespace
RoutingPolicy
The Routing Policy used by the service.
RoutingPolicy RoutingPolicy { get; }
Property Value
ServiceArn
The Arn of the namespace that you want to use for DNS configuration.
string ServiceArn { get; }
Property Value
System.String
Remarks
Attribute: true
ServiceId
The ID of the namespace that you want to use for DNS configuration.
string ServiceId { get; }
Property Value
System.String
Remarks
Attribute: true
ServiceName
A name for the Cloudmap Service.
string ServiceName { get; }
Property Value
System.String
Remarks
Attribute: true