AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DAX::SubnetGroup

CfnSubnetGroup

Creates a new subnet group.

Import

import { CfnSubnetGroup } from 'aws-cdk-lib/aws-dax';

Or use the module namespace:

import * as dax from 'aws-cdk-lib/aws-dax';
// dax.CfnSubnetGroup

Properties

Configuration passed to the constructor as CfnSubnetGroupProps.

subnetIdsRequired
string[]

A list of VPC subnet IDs for the subnet group.

descriptionOptional
string

The description of the subnet group.

subnetGroupNameOptional
string

The name of the subnet group.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-dax
CFN TypeAWS::DAX::SubnetGroup
Properties3

Related Constructs

External Links