| Package | Description |
|---|---|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.dbSubnetGroupDescription(String dbSubnetGroupDescription)
The description for the subnet group.
|
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.dbSubnetGroupName(String dbSubnetGroupName)
The name for the subnet group.
|
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.subnetIds(List<String> subnetIds)
The Amazon EC2 subnet IDs for the subnet group.
|
CfnDBSubnetGroup.Builder |
CfnDBSubnetGroup.Builder.tags(List<? extends CfnTag> tags)
The tags to be assigned to the subnet group.
|
Copyright © 2022. All rights reserved.