@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-04T14:51:21.328Z") public class CfnClusterParameterGroup extends software.amazon.awscdk.Resource
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnClusterParameterGroup.ParameterProperty |
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnClusterParameterGroup(software.amazon.awscdk.Construct scope,
String id,
CfnClusterParameterGroupProps props)
Creates a new ``AWS::Redshift::ClusterParameterGroup``.
|
protected |
CfnClusterParameterGroup(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterParameterGroupName() |
CfnClusterParameterGroupProps |
getPropertyOverrides() |
protected Map<String,Object> |
renderProperties(Object properties) |
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, getUntypedPropertyOverrides, isResource, toCloudFormationgetCreationStackTrace, getLogicalId, getStack, getStackPath, prepare, setStackgetDependencyRoots, getNode, isConstruct, toString, validatepublic static final String RESOURCE_TYPE_NAME
protected CfnClusterParameterGroup(software.amazon.jsii.JsiiObject.InitializationMode mode)
public CfnClusterParameterGroup(software.amazon.awscdk.Construct scope,
String id,
CfnClusterParameterGroupProps props)
scope - scope in which this resource is definedid - scoped id of the resourceprops - resource propertiesprotected Map<String,Object> renderProperties(Object properties)
renderProperties in class software.amazon.awscdk.Resourcepublic String getClusterParameterGroupName()
public CfnClusterParameterGroupProps getPropertyOverrides()
Copyright © 2019. All rights reserved.