Show / Hide Table of Contents

Class DefaultNetworkAclIngress

Inheritance
System.Object
DefaultNetworkAclIngress
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultNetworkAclIngress

Fields

View Source

Action

The action to take.

Declaration
public readonly string Action
Field Value
Type Description
System.String
View Source

CidrBlock

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

Declaration
public readonly string CidrBlock
Field Value
Type Description
System.String
View Source

FromPort

The from port to match.

Declaration
public readonly int FromPort
Field Value
Type Description
System.Int32
View Source

IcmpCode

The ICMP type code to be used. Default 0.

Declaration
public readonly int? IcmpCode
Field Value
Type Description
System.Nullable<System.Int32>
View Source

IcmpType

The ICMP type to be used. Default 0.

Declaration
public readonly int? IcmpType
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Ipv6CidrBlock

The IPv6 CIDR block.

Declaration
public readonly string Ipv6CidrBlock
Field Value
Type Description
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 readonly string Protocol
Field Value
Type Description
System.String
View Source

RuleNo

The rule number. Used for ordering.

Declaration
public readonly int RuleNo
Field Value
Type Description
System.Int32
View Source

ToPort

The to port to match.

Declaration
public readonly int ToPort
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.