OrderableDBInstanceOption constructor
OrderableDBInstanceOption({
- String? availabilityZoneGroup,
- List<
AvailabilityZone> ? availabilityZones, - List<
AvailableProcessorFeature> ? availableProcessorFeatures, - String? dBInstanceClass,
- String? engine,
- String? engineVersion,
- String? licenseModel,
- int? maxIopsPerDbInstance,
- double? maxIopsPerGib,
- int? maxStorageSize,
- int? minIopsPerDbInstance,
- double? minIopsPerGib,
- int? minStorageSize,
- bool? multiAZCapable,
- bool? outpostCapable,
- bool? readReplicaCapable,
- String? storageType,
- List<
String> ? supportedEngineModes, - bool? supportsEnhancedMonitoring,
- bool? supportsGlobalDatabases,
- bool? supportsIAMDatabaseAuthentication,
- bool? supportsIops,
- bool? supportsKerberosAuthentication,
- bool? supportsPerformanceInsights,
- bool? supportsStorageAutoscaling,
- bool? supportsStorageEncryption,
- bool? vpc,
Implementation
OrderableDBInstanceOption({
this.availabilityZoneGroup,
this.availabilityZones,
this.availableProcessorFeatures,
this.dBInstanceClass,
this.engine,
this.engineVersion,
this.licenseModel,
this.maxIopsPerDbInstance,
this.maxIopsPerGib,
this.maxStorageSize,
this.minIopsPerDbInstance,
this.minIopsPerGib,
this.minStorageSize,
this.multiAZCapable,
this.outpostCapable,
this.readReplicaCapable,
this.storageType,
this.supportedEngineModes,
this.supportsEnhancedMonitoring,
this.supportsGlobalDatabases,
this.supportsIAMDatabaseAuthentication,
this.supportsIops,
this.supportsKerberosAuthentication,
this.supportsPerformanceInsights,
this.supportsStorageAutoscaling,
this.supportsStorageEncryption,
this.vpc,
});