AWS Fundamentals Logo
AWS Fundamentals
AWS::Neptune::DBClusterParameterGroup

Neptune DBClusterParameterGroup

The AWS::Neptune::DBClusterParameterGroup resource creates a new Amazon Neptune DB cluster parameter group

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
RequiredCreate-only
Family
string
RequiredCreate-only
Parameters
object
Required
Name
string
Create-only
Tags
Array<Tag>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

rds:AddTagsToResourcerds:CreateDBClusterParameterGrouprds:DescribeDBClusterParameterGroupsrds:DescribeDBClusterParametersrds:DescribeEngineDefaultClusterParametersrds:ListTagsForResourcerds:ModifyDBClusterParameterGroupiam:CreateServiceLinkedRole

read

rds:DescribeDBClusterParameterGroupsrds:ListTagsForResourcerds:DescribeDBClusterParameters

update

rds:AddTagsToResourcerds:DescribeDBClusterParameterGroupsrds:DescribeDBClusterParametersrds:DescribeDBClustersrds:DescribeEngineDefaultClusterParametersrds:ListTagsForResourcerds:ModifyDBClusterParameterGrouprds:RemoveTagsFromResource

delete

rds:DeleteDBClusterParameterGrouprds:ListTagsForResourcerds:RemoveTagsFromResource

list

rds:DescribeDBClusterParameterGroupsrds:ListTagsForResource

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

ServiceNeptune
Properties5
Required3
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameDescriptionFamily

External Links