@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:45.839Z")
public interface CfnClusterSubnetGroupProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.redshift.*; CfnClusterSubnetGroupProps cfnClusterSubnetGroupProps = CfnClusterSubnetGroupProps.builder() .description("description") .subnetIds(List.of("subnetIds")) // the properties below are optional .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnClusterSubnetGroupProps.Builder
A builder for
CfnClusterSubnetGroupProps |
static class |
CfnClusterSubnetGroupProps.Jsii$Proxy
An implementation for
CfnClusterSubnetGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnClusterSubnetGroupProps.Builder |
builder() |
java.lang.String |
getDescription()
A description for the subnet group.
|
java.util.List<java.lang.String> |
getSubnetIds()
An array of VPC subnet IDs.
|
default java.util.List<CfnTag> |
getTags()
Specifies an arbitrary set of tags (key–value pairs) to associate with this subnet group.
|
java.lang.String getDescription()
java.util.List<java.lang.String> getSubnetIds()
A maximum of 20 subnets can be modified in a single request.
default java.util.List<CfnTag> getTags()
Use tags to manage your resources.
static CfnClusterSubnetGroupProps.Builder builder()
CfnClusterSubnetGroupProps.Builder
of CfnClusterSubnetGroupProps