| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.backup(BackupProps backup)
(experimental) Backup settings.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.cloudwatchLogsExports(List<String> cloudwatchLogsExports)
(experimental) The list of log types that need to be enabled for exporting to CloudWatch Logs.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.cloudwatchLogsRetention(RetentionDays cloudwatchLogsRetention)
(experimental) The number of days log events are kept in CloudWatch Logs.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.cloudwatchLogsRetentionRole(IRole cloudwatchLogsRetentionRole)
(experimental) The IAM role for the Lambda function associated with the custom resource that sets the retention policy.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.clusterIdentifier(String clusterIdentifier)
(experimental) An optional identifier for the cluster.
|
static DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.create(software.constructs.Construct scope,
String id) |
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.defaultDatabaseName(String defaultDatabaseName)
(experimental) Name of a database which is automatically created inside the cluster.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.deletionProtection(Boolean deletionProtection)
(experimental) Indicates whether the DB cluster should have deletion protection enabled.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.engine(IClusterEngine engine)
(experimental) What kind of database to start.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.iamAuthentication(Boolean iamAuthentication)
(experimental) Whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.instanceIdentifierBase(String instanceIdentifierBase)
(experimental) Base identifier for instances.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.instanceProps(InstanceProps instanceProps)
(experimental) Settings for the individual instances that are launched.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.instances(Number instances)
(experimental) How many replicas/instances to create.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.monitoringInterval(Duration monitoringInterval)
(experimental) The interval, in seconds, between points when Amazon RDS collects enhanced monitoring metrics for the DB instances.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.monitoringRole(IRole monitoringRole)
(experimental) Role that will be used to manage DB instances monitoring.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.parameterGroup(IParameterGroup parameterGroup)
(experimental) Additional parameters to pass to the database engine.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.port(Number port)
(experimental) What port to listen on.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow)
(experimental) A preferred maintenance window day/time range.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.s3ExportBuckets(List<? extends IBucket> s3ExportBuckets)
(experimental) S3 buckets that you want to load data into.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.s3ExportRole(IRole s3ExportRole)
(experimental) Role that will be associated with this DB cluster to enable S3 export.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.s3ImportBuckets(List<? extends IBucket> s3ImportBuckets)
(experimental) S3 buckets that you want to load data from.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.s3ImportRole(IRole s3ImportRole)
(experimental) Role that will be associated with this DB cluster to enable S3 import.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.snapshotIdentifier(String snapshotIdentifier)
(experimental) The identifier for the DB instance snapshot or DB cluster snapshot to restore from.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.subnetGroup(ISubnetGroup subnetGroup)
(experimental) Existing subnet group for the cluster.
|
Copyright © 2021. All rights reserved.