Class NetworkAclState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NetworkAclState : ResourceArgs
Constructors
View SourceNetworkAclState()
Declaration
public NetworkAclState()
Properties
View SourceEgress
Specifies an egress rule. Parameters defined below.
Declaration
public InputList<NetworkAclEgressGetArgs> Egress { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NetworkAclEgressGetArgs> |
Ingress
Specifies an ingress rule. Parameters defined below.
Declaration
public InputList<NetworkAclIngressGetArgs> Ingress { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<NetworkAclIngressGetArgs> |
OwnerId
The ID of the AWS account that owns the network ACL.
Declaration
public Input<string> OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetIds
A list of Subnet IDs to apply the ACL to
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VpcId
The ID of the associated VPC.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |