AWS::DAX::SubnetGroupCreates a new subnet group.
import { CfnSubnetGroup } from 'aws-cdk-lib/aws-dax';Or use the module namespace:
import * as dax from 'aws-cdk-lib/aws-dax';
// dax.CfnSubnetGroupConfiguration passed to the constructor as CfnSubnetGroupProps.
subnetIdsRequiredstring[]A list of VPC subnet IDs for the subnet group.
descriptionOptionalstringThe description of the subnet group.
subnetGroupNameOptionalstringThe name of the subnet group.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-daxAWS::DAX::SubnetGroup