@Generated(value="jsii-pacmak/0.16.0 (build 98909b5)", date="2019-09-10T21:12:56.943Z") @Stability(value=External) public class CfnClusterSecurityGroup extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html| 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 |
|---|---|
|
CfnClusterSecurityGroup(software.amazon.awscdk.core.Construct scope,
String id,
CfnClusterSecurityGroupProps props)
Create a new `AWS::Redshift::ClusterSecurityGroup`.
|
protected |
CfnClusterSecurityGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnClusterSecurityGroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::Redshift::ClusterSecurityGroup.Description`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::Redshift::ClusterSecurityGroup.Tags`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::Redshift::ClusterSecurityGroup.Description`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnClusterSecurityGroup(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnClusterSecurityGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External)
public CfnClusterSecurityGroup(software.amazon.awscdk.core.Construct scope,
String id,
CfnClusterSecurityGroupProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=External) public software.amazon.awscdk.core.TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-tags@Stability(value=External) public String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-description@Stability(value=External) public void setDescription(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroup.html#cfn-redshift-clustersecuritygroup-descriptionCopyright © 2019. All rights reserved.