You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Neptune::Types::CreateDBClusterParameterGroupMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Neptune::Types::CreateDBClusterParameterGroupMessage
 
- Defined in:
- (unknown)
Overview
When passing CreateDBClusterParameterGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
  db_cluster_parameter_group_name: "String", # required
  db_parameter_group_family: "String", # required
  description: "String", # required
  tags: [
    {
      key: "String",
      value: "String",
    },
  ],
}
Instance Attribute Summary collapse
- 
  
    
      #db_cluster_parameter_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the DB cluster parameter group. 
- 
  
    
      #db_parameter_group_family  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The DB cluster parameter group family name. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description for the DB cluster parameter group. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The tags to be assigned to the new DB cluster parameter group. 
Instance Attribute Details
#db_cluster_parameter_group_name ⇒ String
The name of the DB cluster parameter group.
Constraints:
- Must match the name of an existing DBClusterParameterGroup.
^
#db_parameter_group_family ⇒ String
The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.
#description ⇒ String
The description for the DB cluster parameter group.
#tags ⇒ Array<Types::Tag>
The tags to be assigned to the new DB cluster parameter group.