SubnetGroupArgs

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

Resource Type definition for AWS::ElastiCache::SubnetGroup

Constructors

Link copied to clipboard
fun SubnetGroupArgs(cacheSubnetGroupName: Output<String>? = null, description: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<SubnetGroupTagArgs>>? = null)

Functions

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

Properties

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

The name for the cache subnet group. This value is stored as a lowercase string.

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

The description for the cache subnet group.

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

The EC2 subnet IDs for the cache subnet group.

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