@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-07T12:19:30.390Z") @Stability(value=Stable) public class CfnClusterParameterGroup extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html| Modifier and Type | Class and Description |
|---|---|
static class |
CfnClusterParameterGroup.Builder
A fluent builder for
CfnClusterParameterGroup. |
static interface |
CfnClusterParameterGroup.ParameterProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnClusterParameterGroup(Construct scope,
String id,
CfnClusterParameterGroupProps props)
Create a new `AWS::Redshift::ClusterParameterGroup`.
|
protected |
CfnClusterParameterGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnClusterParameterGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::Redshift::ClusterParameterGroup.Description`.
|
String |
getParameterGroupFamily()
`AWS::Redshift::ClusterParameterGroup.ParameterGroupFamily`.
|
Object |
getParameters()
`AWS::Redshift::ClusterParameterGroup.Parameters`.
|
TagManager |
getTags()
`AWS::Redshift::ClusterParameterGroup.Tags`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::Redshift::ClusterParameterGroup.Description`.
|
void |
setParameterGroupFamily(String value)
`AWS::Redshift::ClusterParameterGroup.ParameterGroupFamily`.
|
void |
setParameters(IResolvable value)
`AWS::Redshift::ClusterParameterGroup.Parameters`.
|
void |
setParameters(List<Object> value)
`AWS::Redshift::ClusterParameterGroup.Parameters`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnClusterParameterGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnClusterParameterGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnClusterParameterGroup(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnClusterParameterGroupProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-tags@Stability(value=Stable) @NotNull public String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description@Stability(value=Stable)
public void setDescription(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-description@Stability(value=Stable) @NotNull public String getParameterGroupFamily()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily@Stability(value=Stable)
public void setParameterGroupFamily(@NotNull
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametergroupfamily@Stability(value=Stable) @Nullable public Object getParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parameters@Stability(value=Stable)
public void setParameters(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parameters@Stability(value=Stable)
public void setParameters(@Nullable
List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clusterparametergroup.html#cfn-redshift-clusterparametergroup-parametersCopyright © 2020. All rights reserved.