| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.description(String description)
Provides the customer-specified description for this DB parameter group.
|
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.family(String family)
The DB parameter group family name.
|
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.parameters(Object parameters)
An array of parameter names and values for the parameter update.
|
CfnDBParameterGroup.Builder |
CfnDBParameterGroup.Builder.tags(List<? extends CfnTag> tags)
Tags to assign to the DB parameter group.
|
Copyright © 2022. All rights reserved.