SubnetGroupArgs

data class SubnetGroupArgs(val description: Output<String>? = null, val subnetGroupName: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<SubnetGroupArgs>

The AWS::MemoryDB::SubnetGroup resource creates an Amazon MemoryDB Subnet Group.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, subnetGroupName: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

An optional description of the subnet group.

Link copied to clipboard
val subnetGroupName: Output<String>? = null

The name of the subnet group. This value must be unique as it also serves as the subnet group identifier.

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

A list of VPC subnet IDs for the subnet group.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this subnet group.

Functions

Link copied to clipboard
open override fun toJava(): SubnetGroupArgs