You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::DBClusterParameterGroup
- Inherits:
-
Aws::Resources::Resource
- Object
- Aws::Resources::Resource
- Aws::RDS::DBClusterParameterGroup
- Defined in:
- (unknown)
Instance Attribute Summary collapse
-
#db_cluster_parameter_group_arn ⇒ String
readonly
The Amazon Resource Name (ARN) for the DB cluster parameter group.
-
#db_cluster_parameter_group_name ⇒ String
readonly
The name of the DB cluster parameter group.
-
#db_parameter_group_family ⇒ String
readonly
The name of the DB parameter group family that this DB cluster parameter group is compatible with.
-
#description ⇒ String
readonly
Provides the customer-specified description for this DB cluster parameter group.
-
#name ⇒ String
readonly
Attributes inherited from Aws::Resources::Resource
Instance Method Summary collapse
-
#create(options = {}) ⇒ DBClusterParameterGroup
-
#delete ⇒ Struct
Deletes a specified DB cluster parameter group.
-
#initialize ⇒ Object
constructor
-
#modify(options = {}) ⇒ DBClusterParameterGroup
-
#reset(options = {}) ⇒ DBClusterParameterGroup
Methods inherited from Aws::Resources::Resource
add_data_attribute, add_identifier, #data, data_attributes, #data_loaded?, identifiers, #load, #wait_until
Methods included from Aws::Resources::OperationMethods
#add_batch_operation, #add_operation, #batch_operation, #batch_operation_names, #batch_operations, #operation, #operation_names, #operations
Constructor Details
#initialize(name, options = {}) ⇒ Object #initialize(options = {}) ⇒ Object
Instance Attribute Details
#db_cluster_parameter_group_arn ⇒ String (readonly)
The Amazon Resource Name (ARN) for the DB cluster parameter group.
#db_cluster_parameter_group_name ⇒ String (readonly)
The name of the DB cluster parameter group.
#db_parameter_group_family ⇒ String (readonly)
The name of the DB parameter group family that this DB cluster parameter group is compatible with.
#description ⇒ String (readonly)
Provides the customer-specified description for this DB cluster parameter group.
#name ⇒ String (readonly)
Instance Method Details
#create(options = {}) ⇒ DBClusterParameterGroup
#delete ⇒ Struct
Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters.
For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.
This action only applies to Aurora DB clusters.