Show / Hide Table of Contents

Interface IService

Inherited Members
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.ServiceDiscovery
Assembly: Amazon.CDK.AWS.ServiceDiscovery.dll
Syntax (csharp)
public interface IService : IResource, IConstruct, 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

DnsRecordType

Namespace

The namespace for the Cloudmap Service.

INamespace Namespace { get; }
Property Value

INamespace

RoutingPolicy

The Routing Policy used by the service.

RoutingPolicy RoutingPolicy { get; }
Property Value

RoutingPolicy

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

Back to top Generated by DocFX