Show / Hide Table of Contents

Interface IInstance

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.ServiceDiscovery
Assembly: Amazon.CDK.AWS.ServiceDiscovery.dll
Syntax (csharp)
public interface IInstance : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IInstance
    Inherits IResource, IConstruct, IConstruct, IDependable

Synopsis

Properties

InstanceId

The id of the instance resource.

Service

The Cloudmap service this resource is registered to.

Properties

InstanceId

The id of the instance resource.

string InstanceId { get; }
Property Value

System.String

Remarks

Attribute: true

Service

The Cloudmap service this resource is registered to.

IService Service { get; }
Property Value

IService

Back to top Generated by DocFX