(experimental) A list of AWS Identity and Access Management (IAM) role that can be used by the cluster to access other AWS services.
(experimental) If set to true, Neptune will automatically update the engine of the entire cluster to the latest minor version after a stabilization window of 2 to 3 weeks.
(experimental) How many days to retain the backup.
(experimental) The list of log types that need to be enabled for exporting to CloudWatch Logs.
(experimental) The number of days log events are kept in CloudWatch Logs.
(experimental) The IAM role for the Lambda function associated with the custom resource that sets the retention policy.
(experimental) Additional parameters to pass to the database engine.
(experimental) Whether to copy tags to the snapshot when a snapshot is created.
DatabaseCluster.Builder.create(software.constructs.Construct scope,
String id)
(experimental) An optional identifier for the cluster.
(experimental) Indicates whether the DB cluster should have deletion protection enabled.
(experimental) What version of the database to start.
(experimental) Map AWS Identity and Access Management (IAM) accounts to database accounts.
(experimental) Base identifier for instances.
(experimental) Number of Neptune compute instances.
(experimental) What type of instance to start for the replicas.
(experimental) The KMS key for storage encryption.
(experimental) The DB parameter group to associate with the instance.
(experimental) The port number on which the DB instances in the DB cluster accept connections.
(experimental) A daily time range in 24-hours UTC format in which backups preferably execute.
(experimental) A weekly time range in which maintenance should preferably execute.
(experimental) The removal policy to apply when the cluster and its instances are removed or replaced during a stack update, or when the stack is deleted.
(experimental) Security group.
(experimental) Specify minimum and maximum NCUs capacity for a serverless cluster.
(experimental) Whether to enable storage encryption.
(experimental) Existing subnet group for the cluster.
DatabaseCluster.Builder.vpc(IVpc vpc)
(experimental) What subnets to run the Neptune instances in.
(experimental) Where to place the instances within the VPC.