pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.memorydb.kotlin
/
SubnetGroupArgs
/
SubnetGroupArgs
Subnet
Group
Args
fun
SubnetGroupArgs
(
description
:
Output
<
String
>
?
=
null
,
subnetGroupName
:
Output
<
String
>
?
=
null
,
subnetIds
:
Output
<
List
<
String
>
>
?
=
null
,
tags
:
Output
<
List
<
SubnetGroupTagArgs
>
>
?
=
null
)