Interface IConnectable
An object that has a Connections object.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface IConnectable
Syntax (vb)
Public Interface IConnectable
Synopsis
Properties
Connections | The network connections associated with this resource. |
Properties
Connections
The network connections associated with this resource.
Connections_ Connections { get; }
Property Value