Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.docdb.CfnDBInstancePropsMixin.Builder
Packages that use CfnDBInstancePropsMixin.Builder
-
Uses of CfnDBInstancePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.docdb
Methods in software.amazon.awscdk.cfnpropertymixins.services.docdb that return CfnDBInstancePropsMixin.BuilderModifier and TypeMethodDescriptionCfnDBInstancePropsMixin.Builder.autoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) This parameter does not apply to Amazon DocumentDB.CfnDBInstancePropsMixin.Builder.autoMinorVersionUpgrade(IResolvable autoMinorVersionUpgrade) This parameter does not apply to Amazon DocumentDB.CfnDBInstancePropsMixin.Builder.availabilityZone(String availabilityZone) The Amazon EC2 Availability Zone that the instance is created in.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.create()CfnDBInstancePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDBInstancePropsMixin.Builder.dbClusterIdentifier(String dbClusterIdentifier) The identifier of the cluster that the instance will belong to.CfnDBInstancePropsMixin.Builder.dbInstanceClass(String dbInstanceClass) The compute and memory capacity of the instance;CfnDBInstancePropsMixin.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The instance identifier.CfnDBInstancePropsMixin.Builder.enablePerformanceInsights(Boolean enablePerformanceInsights) A value that indicates whether to enable Performance Insights for the DB Instance.CfnDBInstancePropsMixin.Builder.enablePerformanceInsights(IResolvable enablePerformanceInsights) A value that indicates whether to enable Performance Insights for the DB Instance.CfnDBInstancePropsMixin.Builder.preferredMaintenanceWindow(String preferredMaintenanceWindow) The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).The tags to be assigned to the instance.