

# DbParameterGroupSummary


Contains a summary of a DB parameter group.

## Contents


 ** arn **   <a name="tsinfluxdb-Type-DbParameterGroupSummary-arn"></a>
The Amazon Resource Name (ARN) of the DB parameter group.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1011.  
Pattern: `arn:aws[a-z\-]*:timestream\-influxdb:[a-z0-9\-]+:[0-9]{12}:(db\-instance|db\-cluster|db\-parameter\-group)/[a-zA-Z0-9]{3,64}`   
Required: Yes

 ** id **   <a name="tsinfluxdb-Type-DbParameterGroupSummary-id"></a>
A service-generated unique identifier.  
Type: String  
Length Constraints: Minimum length of 3. Maximum length of 64.  
Pattern: `[a-zA-Z0-9]+`   
Required: Yes

 ** name **   <a name="tsinfluxdb-Type-DbParameterGroupSummary-name"></a>
This customer-supplied name uniquely identifies the parameter group.  
Type: String  
Length Constraints: Minimum length of 3. Maximum length of 64.  
Pattern: `[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*`   
Required: Yes

 ** description **   <a name="tsinfluxdb-Type-DbParameterGroupSummary-description"></a>
A description of the DB parameter group.  
Type: String  
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/timestream-influxdb-2023-01-27/DbParameterGroupSummary) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/timestream-influxdb-2023-01-27/DbParameterGroupSummary) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/timestream-influxdb-2023-01-27/DbParameterGroupSummary) 