SubnetGroup

class SubnetGroup : KotlinCustomResource

Resource Type definition for AWS::ElastiCache::SubnetGroup

Properties

Link copied to clipboard

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

Link copied to clipboard
val description: Output<String>

The description for the cache subnet group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subnetIds: Output<List<String>>

The EC2 subnet IDs for the cache subnet group.

Link copied to clipboard
val tags: Output<List<Tag>>?

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.

Link copied to clipboard
val urn: Output<String>