Subnet Group Args
data class SubnetGroupArgs(val description: Output<String>? = null, val subnetGroupName: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<SubnetGroupTagArgs>>? = null) : ConvertibleToJava<SubnetGroupArgs>
The AWS::MemoryDB::SubnetGroup resource creates an Amazon MemoryDB Subnet Group.
Constructors
Link copied to clipboard
fun SubnetGroupArgs(description: Output<String>? = null, subnetGroupName: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<SubnetGroupTagArgs>>? = null)