Show / Hide Table of Contents

Class DefaultNetworkAclArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DefaultNetworkAclArgs
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 DefaultNetworkAclArgs : ResourceArgs

Constructors

View Source

DefaultNetworkAclArgs()

Declaration
public DefaultNetworkAclArgs()

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<DefaultNetworkAclEgressArgs> Egress { get; set; }
Property Value
Type Description
InputList<DefaultNetworkAclEgressArgs>
View Source

Ingress

Specifies an ingress rule. Parameters defined below.

Declaration
public InputList<DefaultNetworkAclIngressArgs> Ingress { get; set; }
Property Value
Type Description
InputList<DefaultNetworkAclIngressArgs>
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
Back to top Copyright 2016-2020, Pulumi Corporation.