toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.rds.kotlin.outputs
/
GetDbSubnetGroupResult
Get
Db
Subnet
Group
Result
data
class
GetDbSubnetGroupResult
(
val
dbSubnetGroupDescription
:
String
?
=
null
,
val
tags
:
List
<
Tag
>
?
=
null
)
Members
Constructors
Get
Db
Subnet
Group
Result
Link copied to clipboard
constructor
(
dbSubnetGroupDescription
:
String
?
=
null
,
tags
:
List
<
Tag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
db
Subnet
Group
Description
Link copied to clipboard
val
dbSubnetGroupDescription
:
String
?
=
null
The description for the DB subnet group.
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
Tags to assign to the DB subnet group.