toggle menu
pulumi-aws-kotlin
6.37.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.workspaces.kotlin.inputs
/
IpGroupRuleArgs
Ip
Group
Rule
Args
data
class
IpGroupRuleArgs
(
val
description
:
Output
<
String
>
?
=
null
,
val
source
:
Output
<
String
>
)
:
ConvertibleToJava
<
IpGroupRuleArgs
>
Members
Constructors
Ip
Group
Rule
Args
Link copied to clipboard
constructor
(
description
:
Output
<
String
>
?
=
null
,
source
:
Output
<
String
>
)
Properties
description
Link copied to clipboard
val
description
:
Output
<
String
>
?
=
null
The description of the IP group.
source
Link copied to clipboard
val
source
:
Output
<
String
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IpGroupRuleArgs