Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html

Synopsis

Properties

InstanceAttributes

AWS::ServiceDiscovery::Instance.InstanceAttributes.

InstanceId

AWS::ServiceDiscovery::Instance.InstanceId.

ServiceId

AWS::ServiceDiscovery::Instance.ServiceId.

Properties

InstanceAttributes

AWS::ServiceDiscovery::Instance.InstanceAttributes.

object InstanceAttributes { get; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceattributes

InstanceId

AWS::ServiceDiscovery::Instance.InstanceId.

virtual string InstanceId { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-instanceid

ServiceId

AWS::ServiceDiscovery::Instance.ServiceId.

string ServiceId { get; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicediscovery-instance.html#cfn-servicediscovery-instance-serviceid

Back to top Generated by DocFX