@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-27T16:28:01.851Z")
public interface CfnDBSubnetGroupProps
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.docdb.*; CfnDBSubnetGroupProps cfnDBSubnetGroupProps = CfnDBSubnetGroupProps.builder() .dbSubnetGroupDescription("dbSubnetGroupDescription") .subnetIds(List.of("subnetIds")) // the properties below are optional .dbSubnetGroupName("dbSubnetGroupName") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDBSubnetGroupProps.Builder
A builder for
CfnDBSubnetGroupProps |
static class |
CfnDBSubnetGroupProps.Jsii$Proxy
An implementation for
CfnDBSubnetGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnDBSubnetGroupProps.Builder |
builder() |
java.lang.String |
getDbSubnetGroupDescription()
The description for the subnet group.
|
default java.lang.String |
getDbSubnetGroupName()
The name for the subnet group.
|
java.util.List<java.lang.String> |
getSubnetIds()
The Amazon EC2 subnet IDs for the subnet group.
|
default java.util.List<CfnTag> |
getTags()
The tags to be assigned to the subnet group.
|
java.lang.String getDbSubnetGroupDescription()
java.util.List<java.lang.String> getSubnetIds()
default java.lang.String getDbSubnetGroupName()
Constraints: Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens. Must not be default.
Example: mySubnetgroup
default java.util.List<CfnTag> getTags()
static CfnDBSubnetGroupProps.Builder builder()
CfnDBSubnetGroupProps.Builder
of CfnDBSubnetGroupProps