@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.822Z") @Stability(value=Stable) public interface CfnDBClusterParameterGroupProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDBClusterParameterGroupProps.Builder
A builder for
CfnDBClusterParameterGroupProps |
static class |
CfnDBClusterParameterGroupProps.Jsii$Proxy
An implementation for
CfnDBClusterParameterGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnDBClusterParameterGroupProps.Builder |
builder() |
String |
getDescription()
`AWS::RDS::DBClusterParameterGroup.Description`.
|
String |
getFamily()
`AWS::RDS::DBClusterParameterGroup.Family`.
|
Object |
getParameters()
`AWS::RDS::DBClusterParameterGroup.Parameters`.
|
default List<CfnTag> |
getTags()
`AWS::RDS::DBClusterParameterGroup.Tags`.
|
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @NotNull String getFamily()
@Stability(value=Stable) @NotNull Object getParameters()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDBClusterParameterGroupProps.Builder builder()
Copyright © 2021. All rights reserved.