SubnetGroupArgs

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

Resource Type definition for AWS::ElastiCache::SubnetGroup

Constructors

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

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<TagArgs>>? = null

A tag that can be added to an ElastiCache subnet group. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your subnet groups. A tag with a null Value is permitted.

Functions

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