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 SourceAction
The action to take.
Declaration
public readonly string Action
Field Value
| Type | Description |
|---|---|
| System.String |
CidrBlock
The CIDR block to match. This must be a valid network mask.
Declaration
public readonly string CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
FromPort
The from port to match.
Declaration
public readonly int FromPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
IcmpCode
The ICMP type code to be used. Default 0.
Declaration
public readonly int? IcmpCode
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
IcmpType
The ICMP type to be used. Default 0.
Declaration
public readonly int? IcmpType
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Ipv6CidrBlock
The IPv6 CIDR block.
Declaration
public readonly string Ipv6CidrBlock
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
RuleNo
The rule number. Used for ordering.
Declaration
public readonly int RuleNo
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ToPort
The to port to match.
Declaration
public readonly int ToPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |