@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-04-01T03:13:11.315Z") @Stability(value=Stable) public interface CfnClusterParameterGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterParameterGroupProps.Builder
A builder for
CfnClusterParameterGroupProps |
static class |
CfnClusterParameterGroupProps.Jsii$Proxy
An implementation for
CfnClusterParameterGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterParameterGroupProps.Builder |
builder() |
String |
getDescription()
`AWS::Redshift::ClusterParameterGroup.Description`.
|
String |
getParameterGroupFamily()
`AWS::Redshift::ClusterParameterGroup.ParameterGroupFamily`.
|
default Object |
getParameters()
`AWS::Redshift::ClusterParameterGroup.Parameters`.
|
default List<CfnTag> |
getTags()
`AWS::Redshift::ClusterParameterGroup.Tags`.
|
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @NotNull String getParameterGroupFamily()
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnClusterParameterGroupProps.Builder builder()
Copyright © 2021. All rights reserved.