@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.823Z") @Stability(value=Stable) public interface CfnDBInstanceProps extends software.amazon.jsii.JsiiSerializable
| 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 |
getAllowMajorVersionUpgrade()
`AWS::Neptune::DBInstance.AllowMajorVersionUpgrade`.
|
default Object |
getAutoMinorVersionUpgrade()
`AWS::Neptune::DBInstance.AutoMinorVersionUpgrade`.
|
default String |
getAvailabilityZone()
`AWS::Neptune::DBInstance.AvailabilityZone`.
|
default String |
getDbClusterIdentifier()
`AWS::Neptune::DBInstance.DBClusterIdentifier`.
|
String |
getDbInstanceClass()
`AWS::Neptune::DBInstance.DBInstanceClass`.
|
default String |
getDbInstanceIdentifier()
`AWS::Neptune::DBInstance.DBInstanceIdentifier`.
|
default String |
getDbParameterGroupName()
`AWS::Neptune::DBInstance.DBParameterGroupName`.
|
default String |
getDbSnapshotIdentifier()
`AWS::Neptune::DBInstance.DBSnapshotIdentifier`.
|
default String |
getDbSubnetGroupName()
`AWS::Neptune::DBInstance.DBSubnetGroupName`.
|
default String |
getPreferredMaintenanceWindow()
`AWS::Neptune::DBInstance.PreferredMaintenanceWindow`.
|
default List<CfnTag> |
getTags()
`AWS::Neptune::DBInstance.Tags`.
|
@Stability(value=Stable) @NotNull String getDbInstanceClass()
@Stability(value=Stable) @Nullable default Object getAllowMajorVersionUpgrade()
@Stability(value=Stable) @Nullable default Object getAutoMinorVersionUpgrade()
@Stability(value=Stable) @Nullable default String getAvailabilityZone()
@Stability(value=Stable) @Nullable default String getDbClusterIdentifier()
@Stability(value=Stable) @Nullable default String getDbInstanceIdentifier()
@Stability(value=Stable) @Nullable default String getDbParameterGroupName()
@Stability(value=Stable) @Nullable default String getDbSnapshotIdentifier()
@Stability(value=Stable) @Nullable default String getDbSubnetGroupName()
@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.