@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-11-06T17:16:31.784Z") public interface ClusterSubnetGroupResourceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterSubnetGroupResourceProps.Builder
A builder for
ClusterSubnetGroupResourceProps |
static class |
ClusterSubnetGroupResourceProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterSubnetGroupResourceProps.Builder |
builder() |
Object |
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 |
setDescription(software.amazon.awscdk.Token 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``
|
Object getDescription()
void setDescription(String value)
void setDescription(software.amazon.awscdk.Token value)
Object getSubnetIds()
void setSubnetIds(software.amazon.awscdk.Token value)
Object getTags()
void setTags(software.amazon.awscdk.Token value)
static ClusterSubnetGroupResourceProps.Builder builder()
Copyright © 2018. All rights reserved.