Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnDBInstancePropsMixin.Builder
Packages that use CfnDBInstancePropsMixin.Builder
-
Uses of CfnDBInstancePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds that return CfnDBInstancePropsMixin.BuilderModifier and TypeMethodDescriptionCfnDBInstancePropsMixin.Builder.additionalStorageVolumes(List<? extends Object> additionalStorageVolumes) The additional storage volumes associated with the DB instance.CfnDBInstancePropsMixin.Builder.additionalStorageVolumes(IResolvable additionalStorageVolumes) The additional storage volumes associated with the DB instance.CfnDBInstancePropsMixin.Builder.allocatedStorage(String allocatedStorage) The amount of storage in gibibytes (GiB) to be initially allocated for the database instance.CfnDBInstancePropsMixin.Builder.allowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) A value that indicates whether major version upgrades are allowed.CfnDBInstancePropsMixin.Builder.allowMajorVersionUpgrade(IResolvable allowMajorVersionUpgrade) A value that indicates whether major version upgrades are allowed.CfnDBInstancePropsMixin.Builder.applyImmediately(Boolean applyImmediately) Specifies whether changes to the DB instance and any pending modifications are applied immediately, regardless of thePreferredMaintenanceWindowsetting.CfnDBInstancePropsMixin.Builder.applyImmediately(IResolvable applyImmediately) Specifies whether changes to the DB instance and any pending modifications are applied immediately, regardless of thePreferredMaintenanceWindowsetting.CfnDBInstancePropsMixin.Builder.associatedRoles(List<? extends Object> associatedRoles) The AWS Identity and Access Management (IAM) roles associated with the DB instance.CfnDBInstancePropsMixin.Builder.associatedRoles(IResolvable associatedRoles) The AWS Identity and Access Management (IAM) roles associated with the DB instance.CfnDBInstancePropsMixin.Builder.automaticBackupReplicationKmsKeyId(String automaticBackupReplicationKmsKeyId) The AWS KMS key identifier for encryption of the replicated automated backups.CfnDBInstancePropsMixin.Builder.automaticBackupReplicationRegion(String automaticBackupReplicationRegion) The AWS Region associated with the automated backup.CfnDBInstancePropsMixin.Builder.automaticBackupReplicationRetentionPeriod(Number automaticBackupReplicationRetentionPeriod) The retention period for automated backups in a different AWS Region.CfnDBInstancePropsMixin.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window.CfnDBInstancePropsMixin.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade) A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window.CfnDBInstancePropsMixin.Builder.availabilityZone(String availabilityZone) The Availability Zone (AZ) where the database will be created.CfnDBInstancePropsMixin.Builder.backupRetentionPeriod(Number backupRetentionPeriod) The number of days for which automated backups are retained.CfnDBInstancePropsMixin.Builder.backupTarget(String backupTarget) The location for storing automated backups and manual snapshots.CfnDBInstancePropsMixin.Builder.caCertificateIdentifier(String caCertificateIdentifier) The identifier of the CA certificate for this DB instance.CfnDBInstancePropsMixin.Builder.certificateRotationRestart(Boolean certificateRotationRestart) Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate.CfnDBInstancePropsMixin.Builder.certificateRotationRestart(IResolvable certificateRotationRestart) Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate.CfnDBInstancePropsMixin.Builder.characterSetName(String characterSetName) For supported engines, indicates that the DB instance should be associated with the specified character set.CfnDBInstancePropsMixin.Builder.copyTagsToSnapshot(Boolean copyTagsToSnapshot) Specifies whether to copy tags from the DB instance to snapshots of the DB instance.CfnDBInstancePropsMixin.Builder.copyTagsToSnapshot(IResolvable copyTagsToSnapshot) Specifies whether to copy tags from the DB instance to snapshots of the DB instance.CfnDBInstancePropsMixin.Builder.create()CfnDBInstancePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDBInstancePropsMixin.Builder.customIamInstanceProfile(String customIamInstanceProfile) The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.CfnDBInstancePropsMixin.Builder.databaseInsightsMode(String databaseInsightsMode) The mode of Database Insights to enable for the DB instance.CfnDBInstancePropsMixin.Builder.dbClusterIdentifier(String dbClusterIdentifier) The identifier of the DB cluster that this DB instance will belong to.CfnDBInstancePropsMixin.Builder.dbClusterIdentifier(IDBClusterRef dbClusterIdentifier) The identifier of the DB cluster that this DB instance will belong to.CfnDBInstancePropsMixin.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier for the Multi-AZ DB cluster snapshot to restore from.CfnDBInstancePropsMixin.Builder.dbInstanceClass(String dbInstanceClass) The compute and memory capacity of the DB instance, for exampledb.m5.large.CfnDBInstancePropsMixin.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) A name for the DB instance.The meaning of this parameter differs according to the database engine you use.CfnDBInstancePropsMixin.Builder.dbParameterGroupName(String dbParameterGroupName) The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.CfnDBInstancePropsMixin.Builder.dbParameterGroupName(IDBParameterGroupRef dbParameterGroupName) The name of an existing DB parameter group or a reference to an AWS::RDS::DBParameterGroup resource created in the template.CfnDBInstancePropsMixin.Builder.dbSecurityGroups(List<String> dbSecurityGroups) A list of the DB security groups to assign to the DB instance.CfnDBInstancePropsMixin.Builder.dbSnapshotIdentifier(String dbSnapshotIdentifier) The name or Amazon Resource Name (ARN) of the DB snapshot that's used to restore the DB instance.CfnDBInstancePropsMixin.Builder.dbSubnetGroupName(String dbSubnetGroupName) A DB subnet group to associate with the DB instance.CfnDBInstancePropsMixin.Builder.dbSubnetGroupName(IDBSubnetGroupRef dbSubnetGroupName) A DB subnet group to associate with the DB instance.CfnDBInstancePropsMixin.Builder.dbSystemId(String dbSystemId) The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files.CfnDBInstancePropsMixin.Builder.dedicatedLogVolume(Boolean dedicatedLogVolume) Indicates whether the DB instance has a dedicated log volume (DLV) enabled.CfnDBInstancePropsMixin.Builder.dedicatedLogVolume(IResolvable dedicatedLogVolume) Indicates whether the DB instance has a dedicated log volume (DLV) enabled.CfnDBInstancePropsMixin.Builder.deleteAutomatedBackups(Boolean deleteAutomatedBackups) A value that indicates whether to remove automated backups immediately after the DB instance is deleted.CfnDBInstancePropsMixin.Builder.deleteAutomatedBackups(IResolvable deleteAutomatedBackups) A value that indicates whether to remove automated backups immediately after the DB instance is deleted.CfnDBInstancePropsMixin.Builder.deletionProtection(Boolean deletionProtection) Specifies whether the DB instance has deletion protection enabled.CfnDBInstancePropsMixin.Builder.deletionProtection(IResolvable deletionProtection) Specifies whether the DB instance has deletion protection enabled.The Active Directory directory ID to create the DB instance in.CfnDBInstancePropsMixin.Builder.domainAuthSecretArn(String domainAuthSecretArn) The ARN for the Secrets Manager secret with the credentials for the user joining the domain.CfnDBInstancePropsMixin.Builder.domainDnsIps(List<String> domainDnsIps) The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.CfnDBInstancePropsMixin.Builder.domainFqdn(String domainFqdn) The fully qualified domain name (FQDN) of an Active Directory domain.CfnDBInstancePropsMixin.Builder.domainIamRoleName(String domainIamRoleName) The name of the IAM role to use when making API calls to the Directory Service.The Active Directory organizational unit for your DB instance to join.CfnDBInstancePropsMixin.Builder.enableCloudwatchLogsExports(List<String> enableCloudwatchLogsExports) The list of log types that need to be enabled for exporting to CloudWatch Logs.CfnDBInstancePropsMixin.Builder.enableIamDatabaseAuthentication(Boolean enableIamDatabaseAuthentication) A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.CfnDBInstancePropsMixin.Builder.enableIamDatabaseAuthentication(IResolvable enableIamDatabaseAuthentication) A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts.CfnDBInstancePropsMixin.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) Specifies whether to enable Performance Insights for the DB instance.CfnDBInstancePropsMixin.Builder.enablePerformanceInsights(IResolvable enablePerformanceInsights) Specifies whether to enable Performance Insights for the DB instance.The name of the database engine to use for this DB instance.CfnDBInstancePropsMixin.Builder.engineLifecycleSupport(String engineLifecycleSupport) The life cycle type for this DB instance.CfnDBInstancePropsMixin.Builder.engineVersion(String engineVersion) The version number of the database engine to use.The number of I/O operations per second (IOPS) that the database provisions.The ARN of the AWS KMS key that's used to encrypt the DB instance, such asarn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.The ARN of the AWS KMS key that's used to encrypt the DB instance, such asarn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef.CfnDBInstancePropsMixin.Builder.licenseModel(String licenseModel) License model information for this DB instance.CfnDBInstancePropsMixin.Builder.manageMasterUserPassword(Boolean manageMasterUserPassword) Specifies whether to manage the master user password with AWS Secrets Manager.CfnDBInstancePropsMixin.Builder.manageMasterUserPassword(IResolvable manageMasterUserPassword) Specifies whether to manage the master user password with AWS Secrets Manager.CfnDBInstancePropsMixin.Builder.masterUserAuthenticationType(String masterUserAuthenticationType) Specifies the authentication type for the master user.CfnDBInstancePropsMixin.Builder.masterUsername(String masterUsername) The master user name for the DB instance.CfnDBInstancePropsMixin.Builder.masterUserPassword(String masterUserPassword) The password for the master user.CfnDBInstancePropsMixin.Builder.masterUserSecret(CfnDBInstancePropsMixin.MasterUserSecretProperty masterUserSecret) The secret managed by RDS in AWS Secrets Manager for the master user password.CfnDBInstancePropsMixin.Builder.masterUserSecret(IResolvable masterUserSecret) The secret managed by RDS in AWS Secrets Manager for the master user password.CfnDBInstancePropsMixin.Builder.maxAllocatedStorage(Number maxAllocatedStorage) The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.CfnDBInstancePropsMixin.Builder.monitoringInterval(Number monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.CfnDBInstancePropsMixin.Builder.monitoringRoleArn(String monitoringRoleArn) The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.CfnDBInstancePropsMixin.Builder.monitoringRoleArn(IRoleRef monitoringRoleArn) The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.Specifies whether the DB instance is a Multi-AZ deployment.CfnDBInstancePropsMixin.Builder.multiAz(IResolvable multiAz) Specifies whether the DB instance is a Multi-AZ deployment.CfnDBInstancePropsMixin.Builder.ncharCharacterSetName(String ncharCharacterSetName) The name of the NCHAR character set for the Oracle DB instance.CfnDBInstancePropsMixin.Builder.networkType(String networkType) The network type of the DB instance.CfnDBInstancePropsMixin.Builder.optionGroupName(String optionGroupName) Indicates that the DB instance should be associated with the specified option group.CfnDBInstancePropsMixin.Builder.performanceInsightsKmsKeyId(String performanceInsightsKmsKeyId) The AWS KMS key identifier for encryption of Performance Insights data.CfnDBInstancePropsMixin.Builder.performanceInsightsKmsKeyId(IKeyRef performanceInsightsKmsKeyId) The AWS KMS key identifier for encryption of Performance Insights data.CfnDBInstancePropsMixin.Builder.performanceInsightsRetentionPeriod(Number performanceInsightsRetentionPeriod) The number of days to retain Performance Insights data.The port number on which the database accepts connections.CfnDBInstancePropsMixin.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, using theBackupRetentionPeriodparameter.CfnDBInstancePropsMixin.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).CfnDBInstancePropsMixin.Builder.processorFeatures(List<? extends Object> processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.CfnDBInstancePropsMixin.Builder.processorFeatures(IResolvable processorFeatures) The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.CfnDBInstancePropsMixin.Builder.promotionTier(Number promotionTier) The order of priority in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.CfnDBInstancePropsMixin.Builder.publiclyAccessible(Boolean publiclyAccessible) Indicates whether the DB instance is an internet-facing instance.CfnDBInstancePropsMixin.Builder.publiclyAccessible(IResolvable publiclyAccessible) Indicates whether the DB instance is an internet-facing instance.CfnDBInstancePropsMixin.Builder.replicaMode(String replicaMode) The open mode of an Oracle read replica.CfnDBInstancePropsMixin.Builder.restoreTime(String restoreTime) The date and time to restore from.CfnDBInstancePropsMixin.Builder.sourceDbClusterIdentifier(String sourceDbClusterIdentifier) The identifier of the Multi-AZ DB cluster that will act as the source for the read replica.CfnDBInstancePropsMixin.Builder.sourceDbInstanceAutomatedBackupsArn(String sourceDbInstanceAutomatedBackupsArn) The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example,arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.CfnDBInstancePropsMixin.Builder.sourceDbInstanceIdentifier(String sourceDbInstanceIdentifier) If you want to create a read replica DB instance, specify the ID of the source DB instance.CfnDBInstancePropsMixin.Builder.sourceDbInstanceIdentifier(IDBInstanceRef sourceDbInstanceIdentifier) If you want to create a read replica DB instance, specify the ID of the source DB instance.CfnDBInstancePropsMixin.Builder.sourceDbiResourceId(String sourceDbiResourceId) The resource ID of the source DB instance from which to restore.CfnDBInstancePropsMixin.Builder.sourceRegion(String sourceRegion) The ID of the region that contains the source DB instance for the read replica.CfnDBInstancePropsMixin.Builder.storageEncrypted(Boolean storageEncrypted) A value that indicates whether the DB instance is encrypted.CfnDBInstancePropsMixin.Builder.storageEncrypted(IResolvable storageEncrypted) A value that indicates whether the DB instance is encrypted.CfnDBInstancePropsMixin.Builder.storageThroughput(Number storageThroughput) Specifies the storage throughput value, in mebibyte per second (MiBps), for the DB instance.CfnDBInstancePropsMixin.Builder.storageType(String storageType) The storage type to associate with the DB instance.Tags to assign to the DB instance.CfnDBInstancePropsMixin.Builder.tdeCredentialArn(String tdeCredentialArn) Deprecated.this property has been deprecatedCfnDBInstancePropsMixin.Builder.tdeCredentialPassword(String tdeCredentialPassword) Deprecated.this property has been deprecatedThe time zone of the DB instance.CfnDBInstancePropsMixin.Builder.useDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures) Specifies whether the DB instance class of the DB instance uses its default processor features.CfnDBInstancePropsMixin.Builder.useDefaultProcessorFeatures(IResolvable useDefaultProcessorFeatures) Specifies whether the DB instance class of the DB instance uses its default processor features.CfnDBInstancePropsMixin.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime) Specifies whether the DB instance is restored from the latest backup time.CfnDBInstancePropsMixin.Builder.useLatestRestorableTime(IResolvable useLatestRestorableTime) Specifies whether the DB instance is restored from the latest backup time.CfnDBInstancePropsMixin.Builder.vpcSecurityGroups(List<? extends Object> vpcSecurityGroups) A list of the VPC security group IDs to assign to the DB instance.