@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-04T14:51:21.343Z") public interface CfnClusterSubnetGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterSubnetGroupProps.Builder
A builder for
CfnClusterSubnetGroupProps |
static class |
CfnClusterSubnetGroupProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterSubnetGroupProps.Builder |
builder() |
String |
getDescription()
``AWS::Redshift::ClusterSubnetGroup.Description``
|
Object |
getSubnetIds()
``AWS::Redshift::ClusterSubnetGroup.SubnetIds``
|
Object |
getTags()
``AWS::Redshift::ClusterSubnetGroup.Tags``
|
void |
setDescription(String value)
``AWS::Redshift::ClusterSubnetGroup.Description``
|
void |
setSubnetIds(List<Object> value)
``AWS::Redshift::ClusterSubnetGroup.SubnetIds``
|
void |
setSubnetIds(software.amazon.awscdk.Token value)
``AWS::Redshift::ClusterSubnetGroup.SubnetIds``
|
void |
setTags(List<Object> value)
``AWS::Redshift::ClusterSubnetGroup.Tags``
|
void |
setTags(software.amazon.awscdk.Token value)
``AWS::Redshift::ClusterSubnetGroup.Tags``
|
String getDescription()
void setDescription(String value)
Object getSubnetIds()
void setSubnetIds(software.amazon.awscdk.Token value)
Object getTags()
void setTags(software.amazon.awscdk.Token value)
static CfnClusterSubnetGroupProps.Builder builder()
CfnClusterSubnetGroupProps.Builder of CfnClusterSubnetGroupPropsCopyright © 2019. All rights reserved.