Skip to content

Commit

Permalink
fix(rds): add more detailed docs for `InstanceParameterGroupProps.fam…
Browse files Browse the repository at this point in the history
…ily`
  • Loading branch information
aereal committed Mar 24, 2019
1 parent 9c77fbf commit 8435164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@aws-cdk/aws-rds/lib/instance-parameter-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export interface InstanceParameterGroupImportProps {
export interface InstanceParameterGroupProps {
/**
* Database family of this parameter group
*
* @see https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBParameterGroup.html#API_CreateDBParameterGroup_RequestParameters
* @example
* { family: 'MySQL5.5' }
*/
family: string;

Expand Down

0 comments on commit 8435164

Please sign in to comment.