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