AwsRdsDbInstanceDetails constructor

AwsRdsDbInstanceDetails({
  1. int? allocatedStorage,
  2. List<AwsRdsDbInstanceAssociatedRole>? associatedRoles,
  3. bool? autoMinorVersionUpgrade,
  4. String? availabilityZone,
  5. int? backupRetentionPeriod,
  6. String? cACertificateIdentifier,
  7. String? characterSetName,
  8. bool? copyTagsToSnapshot,
  9. String? dBClusterIdentifier,
  10. String? dBInstanceClass,
  11. String? dBInstanceIdentifier,
  12. String? dBName,
  13. int? dbInstancePort,
  14. String? dbInstanceStatus,
  15. List<AwsRdsDbParameterGroup>? dbParameterGroups,
  16. List<String>? dbSecurityGroups,
  17. AwsRdsDbSubnetGroup? dbSubnetGroup,
  18. String? dbiResourceId,
  19. bool? deletionProtection,
  20. List<AwsRdsDbDomainMembership>? domainMemberships,
  21. List<String>? enabledCloudWatchLogsExports,
  22. AwsRdsDbInstanceEndpoint? endpoint,
  23. String? engine,
  24. String? engineVersion,
  25. String? enhancedMonitoringResourceArn,
  26. bool? iAMDatabaseAuthenticationEnabled,
  27. String? instanceCreateTime,
  28. int? iops,
  29. String? kmsKeyId,
  30. String? latestRestorableTime,
  31. String? licenseModel,
  32. AwsRdsDbInstanceEndpoint? listenerEndpoint,
  33. String? masterUsername,
  34. int? maxAllocatedStorage,
  35. int? monitoringInterval,
  36. String? monitoringRoleArn,
  37. bool? multiAz,
  38. List<AwsRdsDbOptionGroupMembership>? optionGroupMemberships,
  39. AwsRdsDbPendingModifiedValues? pendingModifiedValues,
  40. bool? performanceInsightsEnabled,
  41. String? performanceInsightsKmsKeyId,
  42. int? performanceInsightsRetentionPeriod,
  43. String? preferredBackupWindow,
  44. String? preferredMaintenanceWindow,
  45. List<AwsRdsDbProcessorFeature>? processorFeatures,
  46. int? promotionTier,
  47. bool? publiclyAccessible,
  48. List<String>? readReplicaDBClusterIdentifiers,
  49. List<String>? readReplicaDBInstanceIdentifiers,
  50. String? readReplicaSourceDBInstanceIdentifier,
  51. String? secondaryAvailabilityZone,
  52. List<AwsRdsDbStatusInfo>? statusInfos,
  53. bool? storageEncrypted,
  54. String? storageType,
  55. String? tdeCredentialArn,
  56. String? timezone,
  57. List<AwsRdsDbInstanceVpcSecurityGroup>? vpcSecurityGroups,
})

Implementation

AwsRdsDbInstanceDetails({
  this.allocatedStorage,
  this.associatedRoles,
  this.autoMinorVersionUpgrade,
  this.availabilityZone,
  this.backupRetentionPeriod,
  this.cACertificateIdentifier,
  this.characterSetName,
  this.copyTagsToSnapshot,
  this.dBClusterIdentifier,
  this.dBInstanceClass,
  this.dBInstanceIdentifier,
  this.dBName,
  this.dbInstancePort,
  this.dbInstanceStatus,
  this.dbParameterGroups,
  this.dbSecurityGroups,
  this.dbSubnetGroup,
  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.listenerEndpoint,
  this.masterUsername,
  this.maxAllocatedStorage,
  this.monitoringInterval,
  this.monitoringRoleArn,
  this.multiAz,
  this.optionGroupMemberships,
  this.pendingModifiedValues,
  this.performanceInsightsEnabled,
  this.performanceInsightsKmsKeyId,
  this.performanceInsightsRetentionPeriod,
  this.preferredBackupWindow,
  this.preferredMaintenanceWindow,
  this.processorFeatures,
  this.promotionTier,
  this.publiclyAccessible,
  this.readReplicaDBClusterIdentifiers,
  this.readReplicaDBInstanceIdentifiers,
  this.readReplicaSourceDBInstanceIdentifier,
  this.secondaryAvailabilityZone,
  this.statusInfos,
  this.storageEncrypted,
  this.storageType,
  this.tdeCredentialArn,
  this.timezone,
  this.vpcSecurityGroups,
});