RelationalDatabase constructor
RelationalDatabase({
- String? arn,
- bool? backupRetentionEnabled,
- String? caCertificateIdentifier,
- DateTime? createdAt,
- String? engine,
- String? engineVersion,
- RelationalDatabaseHardware? hardware,
- DateTime? latestRestorableTime,
- ResourceLocation? location,
- String? masterDatabaseName,
- RelationalDatabaseEndpoint? masterEndpoint,
- String? masterUsername,
- String? name,
- String? parameterApplyStatus,
- List<
PendingMaintenanceAction> ? pendingMaintenanceActions, - PendingModifiedRelationalDatabaseValues? pendingModifiedValues,
- String? preferredBackupWindow,
- String? preferredMaintenanceWindow,
- bool? publiclyAccessible,
- String? relationalDatabaseBlueprintId,
- String? relationalDatabaseBundleId,
- ResourceType? resourceType,
- String? secondaryAvailabilityZone,
- String? state,
- String? supportCode,
- List<
Tag> ? tags,
Implementation
RelationalDatabase({
this.arn,
this.backupRetentionEnabled,
this.caCertificateIdentifier,
this.createdAt,
this.engine,
this.engineVersion,
this.hardware,
this.latestRestorableTime,
this.location,
this.masterDatabaseName,
this.masterEndpoint,
this.masterUsername,
this.name,
this.parameterApplyStatus,
this.pendingMaintenanceActions,
this.pendingModifiedValues,
this.preferredBackupWindow,
this.preferredMaintenanceWindow,
this.publiclyAccessible,
this.relationalDatabaseBlueprintId,
this.relationalDatabaseBundleId,
this.resourceType,
this.secondaryAvailabilityZone,
this.state,
this.supportCode,
this.tags,
});