pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.outputs
/
DefaultNetworkAclIngress
Default
Network
Acl
Ingress
data
class
DefaultNetworkAclIngress
(
val
action
:
String
,
val
cidrBlock
:
String
?
=
null
,
val
fromPort
:
Int
,
val
icmpCode
:
Int
?
=
null
,
val
icmpType
:
Int
?
=
null
,
val
ipv6CidrBlock
:
String
?
=
null
,
val
protocol
:
String
,
val
ruleNo
:
Int
,
val
toPort
:
Int
)
Types
Constructors
Properties
Constructors
Default
Network
Acl
Ingress
Link copied to clipboard
fun
DefaultNetworkAclIngress
(
action
:
String
,
cidrBlock
:
String
?
=
null
,
fromPort
:
Int
,
icmpCode
:
Int
?
=
null
,
icmpType
:
Int
?
=
null
,
ipv6CidrBlock
:
String
?
=
null
,
protocol
:
String
,
ruleNo
:
Int
,
toPort
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Link copied to clipboard
val
action
:
String
cidr
Block
Link copied to clipboard
val
cidrBlock
:
String
?
=
null
from
Port
Link copied to clipboard
val
fromPort
:
Int
icmp
Code
Link copied to clipboard
val
icmpCode
:
Int
?
=
null
icmp
Type
Link copied to clipboard
val
icmpType
:
Int
?
=
null
ipv6Cidr
Block
Link copied to clipboard
val
ipv6CidrBlock
:
String
?
=
null
protocol
Link copied to clipboard
val
protocol
:
String
rule
No
Link copied to clipboard
val
ruleNo
:
Int
to
Port
Link copied to clipboard
val
toPort
:
Int