@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-02T10:11:40.503Z") @Stability(value=External) public interface CfnClusterParameterGroupProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterParameterGroupProps.Builder
A builder for
CfnClusterParameterGroupProps |
static class |
CfnClusterParameterGroupProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterParameterGroupProps.Builder |
builder() |
String |
getDescription()
`AWS::Redshift::ClusterParameterGroup.Description`.
|
String |
getParameterGroupFamily()
`AWS::Redshift::ClusterParameterGroup.ParameterGroupFamily`.
|
Object |
getParameters()
`AWS::Redshift::ClusterParameterGroup.Parameters`.
|
List<software.amazon.awscdk.core.CfnTag> |
getTags()
`AWS::Redshift::ClusterParameterGroup.Tags`.
|
@Stability(value=External) String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description@Stability(value=External) String getParameterGroupFamily()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily@Stability(value=External) Object getParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parameters@Stability(value=External) List<software.amazon.awscdk.core.CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-tags@Stability(value=External) static CfnClusterParameterGroupProps.Builder builder()
Copyright © 2019. All rights reserved.