Show / Hide Table of Contents

Class DefaultNetworkAclState

Inheritance
System.Object
InputArgs
ResourceArgs
DefaultNetworkAclState
Inherited Members
ResourceArgs.Empty
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 DefaultNetworkAclState : ResourceArgs

Constructors

View Source

DefaultNetworkAclState()

Declaration
public DefaultNetworkAclState()

Properties

View Source

DefaultNetworkAclId

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>
View Source

Egress

Specifies an egress rule. Parameters defined below.

Declaration
public InputList<DefaultNetworkAclEgressGetArgs> Egress { get; set; }
Property Value
Type Description
InputList<DefaultNetworkAclEgressGetArgs>
View Source

Ingress

Specifies an ingress rule. Parameters defined below.

Declaration
public InputList<DefaultNetworkAclIngressGetArgs> Ingress { get; set; }
Property Value
Type Description
InputList<DefaultNetworkAclIngressGetArgs>
View Source

OwnerId

The ID of the AWS account that owns the Default Network ACL

Declaration
public Input<string> OwnerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

VpcId

The ID of the associated VPC

Declaration
public Input<string> VpcId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.