Show / Hide Table of Contents

Class DefaultNetworkAclIngressGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DefaultNetworkAclIngressGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultNetworkAclIngressGetArgs : ResourceArgs

Constructors

View Source

DefaultNetworkAclIngressGetArgs()

Declaration
public DefaultNetworkAclIngressGetArgs()

Properties

View Source

Action

The action to take.

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

CidrBlock

The CIDR block to match. This must be a valid network mask.

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

FromPort

The from port to match.

Declaration
public Input<int> FromPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

IcmpCode

The ICMP type code to be used. Default 0.

Declaration
public Input<int> IcmpCode { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

IcmpType

The ICMP type to be used. Default 0.

Declaration
public Input<int> IcmpType { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Ipv6CidrBlock

The IPv6 CIDR block.

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

Protocol

The protocol to match. If using the -1 'all' protocol, you must specify a from and to port of 0.

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

RuleNo

The rule number. Used for ordering.

Declaration
public Input<int> RuleNo { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ToPort

The to port to match.

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