Interface ICfnInstanceProps
Properties for defining a AWS::ServiceDiscovery::Instance
.
Namespace: Amazon.CDK.AWS.ServiceDiscovery
Assembly: Amazon.CDK.AWS.ServiceDiscovery.dll
Syntax (csharp)
public interface ICfnInstanceProps
Syntax (vb)
Public Interface ICfnInstanceProps
Remarks
Synopsis
Properties
InstanceAttributes |
|
InstanceId |
|
ServiceId |
|
Properties
InstanceAttributes
AWS::ServiceDiscovery::Instance.InstanceAttributes
.
object InstanceAttributes { get; }
Property Value
System.Object
Remarks
InstanceId
AWS::ServiceDiscovery::Instance.InstanceId
.
virtual string InstanceId { get; }
Property Value
System.String
Remarks
ServiceId
AWS::ServiceDiscovery::Instance.ServiceId
.
string ServiceId { get; }
Property Value
System.String