toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.networksecurity.kotlin
/
AddressGroupArgs
/
AddressGroupArgs
Address
Group
Args
constructor
(
capacity
:
Output
<
Int
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
items
:
Output
<
List
<
String
>
>
?
=
null
,
labels
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
location
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
parent
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
?
=
null
)