Class: Aws::Neptune::Types::CreateDBClusterParameterGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::CreateDBClusterParameterGroupMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
^
<note markdown=“1”> This value is stored as a lowercase string.
</note>
1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-neptune/types.rb', line 1001 class CreateDBClusterParameterGroupMessage < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#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.
1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-neptune/types.rb', line 1001 class CreateDBClusterParameterGroupMessage < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the DB cluster parameter group.
1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-neptune/types.rb', line 1001 class CreateDBClusterParameterGroupMessage < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to be assigned to the new DB cluster parameter group.
1001 1002 1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-neptune/types.rb', line 1001 class CreateDBClusterParameterGroupMessage < Struct.new( :db_cluster_parameter_group_name, :db_parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end |