Skip to content

(rds): simpler way to configure parameters for instance or cluster #18124

@hoegertn

Description

@hoegertn

Description

Instead of creating a new ParameterGroup and referencing it in the props, add a new field readonly parameters?: { [key: string]: string }; to the instance and cluster props that is used to create a ParameterGroup under the hood.

Use Case

Easier way to configure parameters. The parameters field is the only field that is necessary to create a group so it could be provided directly instead of forcing the user to create a group.

Proposed Solution

Add readonly parameters?: { [key: string]: string }; to DatabaseInstanceNew properties and create ParameterGroup internally.

Other information

No response

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-rdsRelated to Amazon Relational Databaseeffort/mediumMedium work item – several days of effortfeature-requestA feature should be added or improved.feature/enhancementA new API to make things easier or more intuitive. A catch-all for general feature requests.in-progressThis issue is being actively worked on.p1

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions