AwsElastiCacheSubnetGroupArgs
interface AwsElastiCacheSubnetGroupArgs {
description?: Input<string>;
name: string;
subnetIds: Input<string>[];
tags?: AwsElastiCacheTags;
}Independently managed ElastiCache subnet-group configuration.
Example
CODE
const subnetGroup: AwsElastiCacheSubnetGroupArgs = { name: 'ordersPrivate', subnetIds: ['subnet-00000001'] };Properties
description: Input<string>
Description visible in the AWS console.
Default: `Managed ElastiCache subnet group`
name: string
Stable camelCase name used for Pulumi identity and the generated subnet-group name.
subnetIds: Input<string>[]
Private VPC subnet IDs for ElastiCache placement.
tags: AwsElastiCacheTags
Additional tags. Name, jobcloud:project, and jobcloud:env are reserved for the component.