toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.workspacesweb.kotlin.inputs
/
IpAccessSettingsIpRuleArgs
Ip
Access
Settings
Ip
Rule
Args
data
class
IpAccessSettingsIpRuleArgs
(
val
description
:
Output
<
String
>
?
=
null
,
val
ipRange
:
Output
<
String
>
)
:
ConvertibleToJava
<
IpAccessSettingsIpRuleArgs
>
Members
Constructors
Ip
Access
Settings
Ip
Rule
Args
Link copied to clipboard
constructor
(
description
:
Output
<
String
>
?
=
null
,
ipRange
:
Output
<
String
>
)
Properties
description
Link copied to clipboard
val
description
:
Output
<
String
>
?
=
null
The description of the IP rule.
ip
Range
Link copied to clipboard
val
ipRange
:
Output
<
String
>
A single IP address or an IP address range in CIDR notation
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IpAccessSettingsIpRuleArgs