| Package | Description |
|---|---|
| software.amazon.awscdk.services.neptune |
Amazon Neptune Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDBCluster.Builder |
CfnDBCluster.Builder.associatedRoles(IResolvable associatedRoles)
Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.associatedRoles(List<? extends Object> associatedRoles)
Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.availabilityZones(List<String> availabilityZones)
Provides the list of EC2 Availability Zones that instances in the DB cluster can be created in.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.backupRetentionPeriod(Number backupRetentionPeriod)
Specifies the number of days for which automatic DB snapshots are retained.
|
static CfnDBCluster.Builder |
CfnDBCluster.Builder.create(software.constructs.Construct scope,
String id) |
CfnDBCluster.Builder |
CfnDBCluster.Builder.dbClusterIdentifier(String dbClusterIdentifier)
Contains a user-supplied DB cluster identifier.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName)
Provides the name of the DB cluster parameter group.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.dbSubnetGroupName(String dbSubnetGroupName)
Specifies information on the subnet group associated with the DB cluster, including the name, description, and subnets in the subnet group.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.deletionProtection(Boolean deletionProtection)
Indicates whether or not the DB cluster has deletion protection enabled.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.deletionProtection(IResolvable deletionProtection)
Indicates whether or not the DB cluster has deletion protection enabled.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports)
Specifies a list of log types that are enabled for export to CloudWatch Logs.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.engineVersion(String engineVersion)
Indicates the database engine version.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.iamAuthEnabled(Boolean iamAuthEnabled)
True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.iamAuthEnabled(IResolvable iamAuthEnabled)
True if mapping of Amazon Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.kmsKeyId(String kmsKeyId)
If `StorageEncrypted` is true, the Amazon KMS key identifier for the encrypted DB cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.port(Number port)
Specifies the port that the database engine is listening on.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.preferredBackupWindow(String preferredBackupWindow)
Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the `BackupRetentionPeriod` .
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.restoreToTime(String restoreToTime)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.restoreType(String restoreType)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.snapshotIdentifier(String snapshotIdentifier)
Specifies the identifier for a DB cluster snapshot.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.storageEncrypted(Boolean storageEncrypted)
Indicates whether the DB cluster is encrypted.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.storageEncrypted(IResolvable storageEncrypted)
Indicates whether the DB cluster is encrypted.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.tags(List<? extends CfnTag> tags)
The tags assigned to this cluster.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime)
Creates a new DB cluster from a DB snapshot or DB cluster snapshot.
|
CfnDBCluster.Builder |
CfnDBCluster.Builder.vpcSecurityGroupIds(List<String> vpcSecurityGroupIds)
Provides a list of VPC security groups that the DB cluster belongs to.
|
Copyright © 2022. All rights reserved.