Interface INetworkAclReference
A reference to a NetworkAcl resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INetworkAclReference
Syntax (vb)
Public Interface INetworkAclReference
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 networkAclReference = new NetworkAclReference {
NetworkAclId = "networkAclId"
};
Synopsis
Properties
| NetworkAclId | The Id of the NetworkAcl resource. |
Properties
NetworkAclId
The Id of the NetworkAcl resource.
string NetworkAclId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated