Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lightsail.CfnDatabasePropsMixin.Builder
Packages that use CfnDatabasePropsMixin.Builder
-
Uses of CfnDatabasePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lightsail
Methods in software.amazon.awscdk.cfnpropertymixins.services.lightsail that return CfnDatabasePropsMixin.BuilderModifier and TypeMethodDescriptionCfnDatabasePropsMixin.Builder.availabilityZone(String availabilityZone) The Availability Zone for the database.CfnDatabasePropsMixin.Builder.backupRetention(Boolean backupRetention) A Boolean value indicating whether automated backup retention is enabled for the database.CfnDatabasePropsMixin.Builder.backupRetention(IResolvable backupRetention) A Boolean value indicating whether automated backup retention is enabled for the database.CfnDatabasePropsMixin.Builder.caCertificateIdentifier(String caCertificateIdentifier) The certificate associated with the database.CfnDatabasePropsMixin.Builder.create()CfnDatabasePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDatabasePropsMixin.Builder.masterDatabaseName(String masterDatabaseName) The meaning of this parameter differs according to the database engine you use.CfnDatabasePropsMixin.Builder.masterUsername(String masterUsername) The name for the primary user.CfnDatabasePropsMixin.Builder.masterUserPassword(String masterUserPassword) The password for the primary user of the database.CfnDatabasePropsMixin.Builder.preferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created for the database (for example,16:00-16:30).CfnDatabasePropsMixin.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range during which system maintenance can occur for the database, formatted as follows:ddd:hh24:mi-ddd:hh24:mi.CfnDatabasePropsMixin.Builder.publiclyAccessible(Boolean publiclyAccessible) A Boolean value indicating whether the database is accessible to anyone on the internet.CfnDatabasePropsMixin.Builder.publiclyAccessible(IResolvable publiclyAccessible) A Boolean value indicating whether the database is accessible to anyone on the internet.CfnDatabasePropsMixin.Builder.relationalDatabaseBlueprintId(String relationalDatabaseBlueprintId) The blueprint ID for the database (for example,mysql_8_0).CfnDatabasePropsMixin.Builder.relationalDatabaseBundleId(String relationalDatabaseBundleId) The bundle ID for the database (for example,medium_1_0).CfnDatabasePropsMixin.Builder.relationalDatabaseName(String relationalDatabaseName) The name of the instance.CfnDatabasePropsMixin.Builder.relationalDatabaseParameters(List<? extends Object> relationalDatabaseParameters) An array of parameters for the database.CfnDatabasePropsMixin.Builder.relationalDatabaseParameters(IResolvable relationalDatabaseParameters) An array of parameters for the database.CfnDatabasePropsMixin.Builder.rotateMasterUserPassword(Boolean rotateMasterUserPassword) A Boolean value indicating whether to change the primary user password to a new, strong password generated by Lightsail .CfnDatabasePropsMixin.Builder.rotateMasterUserPassword(IResolvable rotateMasterUserPassword) A Boolean value indicating whether to change the primary user password to a new, strong password generated by Lightsail .An array of key-value pairs to apply to this resource.