Class DefaultNetworkAclIngressGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultNetworkAclIngressGetArgs : ResourceArgs
Constructors
View SourceDefaultNetworkAclIngressGetArgs()
Declaration
public DefaultNetworkAclIngressGetArgs()
Properties
View SourceAction
The action to take.
Declaration
public Input<string> Action { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
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> |
FromPort
The from port to match.
Declaration
public Input<int> FromPort { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |
IcmpCode
The ICMP type code to be used. Default 0.
Declaration
public Input<int> IcmpCode { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |
IcmpType
The ICMP type to be used. Default 0.
Declaration
public Input<int> IcmpType { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |
Ipv6CidrBlock
The IPv6 CIDR block.
Declaration
public Input<string> Ipv6CidrBlock { get; set; }
Property Value
Type | Description |
---|---|
Input<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 Input<string> Protocol { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
RuleNo
The rule number. Used for ordering.
Declaration
public Input<int> RuleNo { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |
ToPort
The to port to match.
Declaration
public Input<int> ToPort { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |