toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.fms.kotlin.outputs
/
PolicyNetworkAclEntryPortRangeProperties
Policy
Network
Acl
Entry
Port
Range
Properties
data
class
PolicyNetworkAclEntryPortRangeProperties
(
val
from
:
Int
,
val
to
:
Int
)
Port range.
Members
Constructors
Policy
Network
Acl
Entry
Port
Range
Properties
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
from
Link copied to clipboard
val
from
:
Int
From Port.
to
Link copied to clipboard
val
to
:
Int
To Port.