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
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.