@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-12T14:21:15.427Z") 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
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``
|
Object |
getTags()
``AWS::Redshift::ClusterParameterGroup.Tags``
|
void |
setDescription(String value)
``AWS::Redshift::ClusterParameterGroup.Description``
|
void |
setParameterGroupFamily(String value)
``AWS::Redshift::ClusterParameterGroup.ParameterGroupFamily``
|
void |
setParameters(List<Object> value)
``AWS::Redshift::ClusterParameterGroup.Parameters``
|
void |
setParameters(software.amazon.awscdk.Token value)
``AWS::Redshift::ClusterParameterGroup.Parameters``
|
void |
setTags(List<Object> value)
``AWS::Redshift::ClusterParameterGroup.Tags``
|
void |
setTags(software.amazon.awscdk.Token value)
``AWS::Redshift::ClusterParameterGroup.Tags``
|
String getDescription()
void setDescription(String value)
String getParameterGroupFamily()
void setParameterGroupFamily(String value)
Object getParameters()
void setParameters(software.amazon.awscdk.Token value)
void setParameters(List<Object> value)
Object getTags()
void setTags(software.amazon.awscdk.Token value)
static CfnClusterParameterGroupProps.Builder builder()
Copyright © 2019. All rights reserved.