DBInstance constructor

DBInstance({
  1. int? allocatedStorage,
  2. bool? autoMinorVersionUpgrade,
  3. String? availabilityZone,
  4. int? backupRetentionPeriod,
  5. String? cACertificateIdentifier,
  6. String? characterSetName,
  7. bool? copyTagsToSnapshot,
  8. String? dBClusterIdentifier,
  9. String? dBInstanceArn,
  10. String? dBInstanceClass,
  11. String? dBInstanceIdentifier,
  12. String? dBInstanceStatus,
  13. String? dBName,
  14. List<DBParameterGroupStatus>? dBParameterGroups,
  15. List<DBSecurityGroupMembership>? dBSecurityGroups,
  16. DBSubnetGroup? dBSubnetGroup,
  17. int? dbInstancePort,
  18. String? dbiResourceId,
  19. bool? deletionProtection,
  20. List<DomainMembership>? domainMemberships,
  21. List<String>? enabledCloudwatchLogsExports,
  22. Endpoint? endpoint,
  23. String? engine,
  24. String? engineVersion,
  25. String? enhancedMonitoringResourceArn,
  26. bool? iAMDatabaseAuthenticationEnabled,
  27. DateTime? instanceCreateTime,
  28. int? iops,
  29. String? kmsKeyId,
  30. DateTime? latestRestorableTime,
  31. String? licenseModel,
  32. String? masterUsername,
  33. int? monitoringInterval,
  34. String? monitoringRoleArn,
  35. bool? multiAZ,
  36. List<OptionGroupMembership>? optionGroupMemberships,
  37. PendingModifiedValues? pendingModifiedValues,
  38. bool? performanceInsightsEnabled,
  39. String? performanceInsightsKMSKeyId,
  40. String? preferredBackupWindow,
  41. String? preferredMaintenanceWindow,
  42. int? promotionTier,
  43. bool? publiclyAccessible,
  44. List<String>? readReplicaDBClusterIdentifiers,
  45. List<String>? readReplicaDBInstanceIdentifiers,
  46. String? readReplicaSourceDBInstanceIdentifier,
  47. String? secondaryAvailabilityZone,
  48. List<DBInstanceStatusInfo>? statusInfos,
  49. bool? storageEncrypted,
  50. String? storageType,
  51. String? tdeCredentialArn,
  52. String? timezone,
  53. List<VpcSecurityGroupMembership>? vpcSecurityGroups,
})

Implementation

DBInstance({
  this.allocatedStorage,
  this.autoMinorVersionUpgrade,
  this.availabilityZone,
  this.backupRetentionPeriod,
  this.cACertificateIdentifier,
  this.characterSetName,
  this.copyTagsToSnapshot,
  this.dBClusterIdentifier,
  this.dBInstanceArn,
  this.dBInstanceClass,
  this.dBInstanceIdentifier,
  this.dBInstanceStatus,
  this.dBName,
  this.dBParameterGroups,
  this.dBSecurityGroups,
  this.dBSubnetGroup,
  this.dbInstancePort,
  this.dbiResourceId,
  this.deletionProtection,
  this.domainMemberships,
  this.enabledCloudwatchLogsExports,
  this.endpoint,
  this.engine,
  this.engineVersion,
  this.enhancedMonitoringResourceArn,
  this.iAMDatabaseAuthenticationEnabled,
  this.instanceCreateTime,
  this.iops,
  this.kmsKeyId,
  this.latestRestorableTime,
  this.licenseModel,
  this.masterUsername,
  this.monitoringInterval,
  this.monitoringRoleArn,
  this.multiAZ,
  this.optionGroupMemberships,
  this.pendingModifiedValues,
  this.performanceInsightsEnabled,
  this.performanceInsightsKMSKeyId,
  this.preferredBackupWindow,
  this.preferredMaintenanceWindow,
  this.promotionTier,
  this.publiclyAccessible,
  this.readReplicaDBClusterIdentifiers,
  this.readReplicaDBInstanceIdentifiers,
  this.readReplicaSourceDBInstanceIdentifier,
  this.secondaryAvailabilityZone,
  this.statusInfos,
  this.storageEncrypted,
  this.storageType,
  this.tdeCredentialArn,
  this.timezone,
  this.vpcSecurityGroups,
});