rdb / Client / create_db_parameter_group

create_db_parameter_group

rdb.Client.create_db_parameter_group(**kwargs)

DBパラメーターグループを作成します。

パラメーターの値をカスタマイズしたい場合には、ModifyDBParameterGroupを使います。

起動しているDBサーバーへ新しいDBパラメーターグループを適用したい場合には、DBサーバーの再起動が必要になります。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.create_db_parameter_group(
    DBParameterGroupFamily='string',
    DBParameterGroupName='string',
    Description='string'
)
Parameters:
  • DBParameterGroupFamily (string) – [REQUIRED]

  • DBParameterGroupName (string) – [REQUIRED]

  • Description (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'DBParameterGroup': {
        'DBParameterGroupFamily': 'string',
        'DBParameterGroupName': 'string',
        'Description': 'string'
    },
    'ResponseMetadata': {
        'RequestId': 'string'
    }
}

Response Structure

  • (dict) –

    • DBParameterGroup (dict) –

      • DBParameterGroupFamily (string) –

      • DBParameterGroupName (string) –

      • Description (string) –

    • ResponseMetadata (dict) –

      • RequestId (string) –