Show / Hide Table of Contents

Interface ISubnetReference

A reference to a Subnet resource.

Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISubnetReference
Syntax (vb)
Public Interface ISubnetReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.EC2;

            var subnetReference = new SubnetReference {
                SubnetId = "subnetId"
            };

Synopsis

Properties

SubnetId

The SubnetId of the Subnet resource.

Properties

SubnetId

The SubnetId of the Subnet resource.

string SubnetId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX