@Generated(value="jsii-pacmak/0.10.3 (build 6bbf743)", date="2019-04-24T21:02:42.543Z") public class CfnClusterSubnetGroup extends software.amazon.awscdk.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersubnetgroup.html| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnClusterSubnetGroup(software.amazon.awscdk.Construct scope,
String id,
CfnClusterSubnetGroupProps props)
Create a new `AWS::Redshift::ClusterSubnetGroup`.
|
protected |
CfnClusterSubnetGroup(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterSubnetGroupName() |
CfnClusterSubnetGroupProps |
getPropertyOverrides() |
software.amazon.awscdk.TagManager |
getTags()
The `TagManager` handles setting, removing and formatting tags.
|
protected Map<String,Object> |
renderProperties(Object properties) |
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, getUntypedPropertyOverrides, isCfnResource, isTaggablegetCreationStackTrace, getLogicalId, getStackPath, isCfnElement, overrideLogicalId, preparegetDependencyRoots, getNode, isConstruct, toString, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetpublic static final String RESOURCE_TYPE_NAME
protected CfnClusterSubnetGroup(software.amazon.jsii.JsiiObject.InitializationMode mode)
public CfnClusterSubnetGroup(software.amazon.awscdk.Construct scope,
String id,
CfnClusterSubnetGroupProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.protected Map<String,Object> renderProperties(@Nullable Object properties)
renderProperties in class software.amazon.awscdk.CfnResourcepublic String getClusterSubnetGroupName()
public CfnClusterSubnetGroupProps getPropertyOverrides()
public software.amazon.awscdk.TagManager getTags()
Copyright © 2019. All rights reserved.