AWS::Neptune::DBClusterParameterGroupThe AWS::Neptune::DBClusterParameterGroup resource creates a new Amazon Neptune DB cluster parameter group
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | RequiredCreate-only |
Family | string | RequiredCreate-only |
Parameters | object | Required |
Name | 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::DBClusterParameterGroup
Resources:
MyResource:
Type: AWS::Neptune::DBClusterParameterGroup
Properties:
Description: "value"
Family: "value"
Parameters: {}
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
rds:AddTagsToResourcerds:CreateDBClusterParameterGrouprds:DescribeDBClusterParameterGroupsrds:DescribeDBClusterParametersrds:DescribeEngineDefaultClusterParametersrds:ListTagsForResourcerds:ModifyDBClusterParameterGroupiam:CreateServiceLinkedRolerds:DescribeDBClusterParameterGroupsrds:ListTagsForResourcerds:DescribeDBClusterParametersrds:AddTagsToResourcerds:DescribeDBClusterParameterGroupsrds:DescribeDBClusterParametersrds:DescribeDBClustersrds:DescribeEngineDefaultClusterParametersrds:ListTagsForResourcerds:ModifyDBClusterParameterGrouprds:RemoveTagsFromResourcerds:DeleteDBClusterParameterGrouprds:ListTagsForResourcerds:RemoveTagsFromResourcerds:DescribeDBClusterParameterGroupsrds:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameDescriptionFamily