Show / Hide Table of Contents

Class NetworkAclArgs

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

Constructors

View Source

NetworkAclArgs()

Declaration
public NetworkAclArgs()

Properties

View Source

Egress

Specifies an egress rule. Parameters defined below.

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

Ingress

Specifies an ingress rule. Parameters defined below.

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

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

Tags

A mapping 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.