Class DefaultNetworkAclArgs
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 DefaultNetworkAclArgs : ResourceArgs
Constructors
View SourceDefaultNetworkAclArgs()
Declaration
public DefaultNetworkAclArgs()
Properties
View SourceDefaultNetworkAclId
The Network ACL ID to manage. This
attribute is exported from aws.ec2.Vpc, or manually found via the AWS Console.
Declaration
public Input<string> DefaultNetworkAclId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Egress
Specifies an egress rule. Parameters defined below.
Declaration
public InputList<DefaultNetworkAclEgressArgs> Egress { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DefaultNetworkAclEgressArgs> |
Ingress
Specifies an ingress rule. Parameters defined below.
Declaration
public InputList<DefaultNetworkAclIngressArgs> Ingress { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DefaultNetworkAclIngressArgs> |
SubnetIds
A list of Subnet IDs to apply the ACL to. See the notes below on managing Subnets in the Default Network ACL
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |