@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.907Z") @Stability(value=Stable) public interface CfnSubnetGroupProps extends software.amazon.jsii.JsiiSerializable
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.dax.*;
CfnSubnetGroupProps cfnSubnetGroupProps = CfnSubnetGroupProps.builder()
.subnetIds(List.of("subnetIds"))
// the properties below are optional
.description("description")
.subnetGroupName("subnetGroupName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSubnetGroupProps.Builder
A builder for
CfnSubnetGroupProps |
static class |
CfnSubnetGroupProps.Jsii$Proxy
An implementation for
CfnSubnetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnSubnetGroupProps.Builder |
builder() |
default String |
getDescription()
The description of the subnet group.
|
default String |
getSubnetGroupName()
The name of the subnet group.
|
List<String> |
getSubnetIds()
A list of VPC subnet IDs for the subnet group.
|
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getSubnetGroupName()
@Stability(value=Stable) static CfnSubnetGroupProps.Builder builder()
CfnSubnetGroupProps.Builder of CfnSubnetGroupPropsCopyright © 2022. All rights reserved.