Show / Hide Table of Contents

Class NetworkAclEntryReference

A reference to a NetworkAclEntry resource.

Inheritance
object
NetworkAclEntryReference
Implements
INetworkAclEntryReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

INetworkAclEntryReference
Back to top Generated by DocFX