AWS::Neptune::DBSubnetGroupThe AWS::Neptune::DBSubnetGroup type creates an Amazon Neptune DB subnet group. Subnet groups must contain at least two subnets in two different Availability Zones in the same AWS Region.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DBSubnetGroupDescription | string | Required |
SubnetIds | Array<string> | Required |
DBSubnetGroupName | string | Create-only |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Neptune::DBSubnetGroup
Resources:
MyResource:
Type: AWS::Neptune::DBSubnetGroup
Properties:
DBSubnetGroupDescription: "value"
SubnetIds: "my-subnetids"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
rds:CreateDBSubnetGrouprds:DescribeDBSubnetGroupsrds:ListTagsForResourcerds:AddTagsToResourceiam:CreateServiceLinkedRolerds:DescribeDBSubnetGroupsrds:ListTagsForResourcerds:ModifyDBSubnetGrouprds:DescribeDBSubnetGroupsrds:AddTagsToResourcerds:RemoveTagsFromResourcerds:ListTagsForResourcerds:DeleteDBSubnetGrouprds:DescribeDBSubnetGroupsrds:ListTagsForResourcerds:RemoveTagsFromResourcerds:DescribeDBSubnetGroupsrds:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDBSubnetGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DBSubnetGroupName