@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.831Z") @Stability(value=Stable) public interface CfnDBInstanceProps 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.docdb.*;
CfnDBInstanceProps cfnDBInstanceProps = CfnDBInstanceProps.builder()
.dbClusterIdentifier("dbClusterIdentifier")
.dbInstanceClass("dbInstanceClass")
// the properties below are optional
.autoMinorVersionUpgrade(false)
.availabilityZone("availabilityZone")
.dbInstanceIdentifier("dbInstanceIdentifier")
.preferredMaintenanceWindow("preferredMaintenanceWindow")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBInstanceProps.Builder
A builder for
CfnDBInstanceProps |
static class |
CfnDBInstanceProps.Jsii$Proxy
An implementation for
CfnDBInstanceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBInstanceProps.Builder |
builder() |
default Object |
getAutoMinorVersionUpgrade()
`AWS::DocDB::DBInstance.AutoMinorVersionUpgrade`.
|
default String |
getAvailabilityZone()
`AWS::DocDB::DBInstance.AvailabilityZone`.
|
String |
getDbClusterIdentifier()
`AWS::DocDB::DBInstance.DBClusterIdentifier`.
|
String |
getDbInstanceClass()
`AWS::DocDB::DBInstance.DBInstanceClass`.
|
default String |
getDbInstanceIdentifier()
`AWS::DocDB::DBInstance.DBInstanceIdentifier`.
|
default String |
getPreferredMaintenanceWindow()
`AWS::DocDB::DBInstance.PreferredMaintenanceWindow`.
|
default List<CfnTag> |
getTags()
`AWS::DocDB::DBInstance.Tags`.
|
@Stability(value=Stable) @Nullable default Object getAutoMinorVersionUpgrade()
@Stability(value=Stable) @Nullable default String getAvailabilityZone()
@Stability(value=Stable) @NotNull String getDbClusterIdentifier()
@Stability(value=Stable) @NotNull String getDbInstanceClass()
@Stability(value=Stable) @Nullable default String getDbInstanceIdentifier()
@Stability(value=Stable) @Nullable default String getPreferredMaintenanceWindow()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDBInstanceProps.Builder builder()
CfnDBInstanceProps.Builder of CfnDBInstancePropsCopyright © 2021. All rights reserved.