Class NetworkAclEntryReference
A reference to a NetworkAclEntry resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NetworkAclEntryReference : INetworkAclEntryReference
Syntax (vb)
Public Class NetworkAclEntryReference Implements INetworkAclEntryReference
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.AWS.EC2;
var networkAclEntryReference = new NetworkAclEntryReference {
NetworkAclEntryId = "networkAclEntryId"
};
Synopsis
Constructors
NetworkAclEntryReference() | A reference to a NetworkAclEntry resource. |
Properties
NetworkAclEntryId | The Id of the NetworkAclEntry resource. |
Constructors
NetworkAclEntryReference()
A reference to a NetworkAclEntry resource.
public NetworkAclEntryReference()
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.AWS.EC2;
var networkAclEntryReference = new NetworkAclEntryReference {
NetworkAclEntryId = "networkAclEntryId"
};
Properties
NetworkAclEntryId
The Id of the NetworkAclEntry resource.
public string NetworkAclEntryId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated