| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDBInstance.Builder |
CfnDBInstance.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
Indicates that major version upgrades are allowed.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade)
Indicates that major version upgrades are allowed.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates that minor version patches are applied automatically.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade)
Indicates that minor version patches are applied automatically.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.availabilityZone(String availabilityZone)
Specifies the name of the Availability Zone the DB instance is located in.
|
static CfnDBInstance.Builder |
CfnDBInstance.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBInstance.Builder |
CfnDBInstance.Builder.dbClusterIdentifier(String dbClusterIdentifier)
If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.dbInstanceClass(String dbInstanceClass)
Contains the name of the compute and memory capacity class of the DB instance.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.dbInstanceIdentifier(String dbInstanceIdentifier)
Contains a user-supplied database identifier.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.dbParameterGroupName(String dbParameterGroupName)
The name of an existing DB parameter group or a reference to an AWS::Neptune::DBParameterGroup resource created in the template.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier)
This parameter is not supported.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.dbSubnetGroupName(String dbSubnetGroupName)
A DB subnet group to associate with the DB instance.
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
CfnDBInstance.Builder |
CfnDBInstance.Builder.tags(List<? extends CfnTag> tags)
An arbitrary set of tags (key-value pairs) for this DB instance.
|
Copyright © 2022. All rights reserved.