RelationalDatabaseSnapshot constructor
RelationalDatabaseSnapshot({
- String? arn,
- DateTime? createdAt,
- String? engine,
- String? engineVersion,
- String? fromRelationalDatabaseArn,
- String? fromRelationalDatabaseBlueprintId,
- String? fromRelationalDatabaseBundleId,
- String? fromRelationalDatabaseName,
- ResourceLocation? location,
- String? name,
- ResourceType? resourceType,
- int? sizeInGb,
- String? state,
- String? supportCode,
- List<
Tag> ? tags,
Implementation
RelationalDatabaseSnapshot({
this.arn,
this.createdAt,
this.engine,
this.engineVersion,
this.fromRelationalDatabaseArn,
this.fromRelationalDatabaseBlueprintId,
this.fromRelationalDatabaseBundleId,
this.fromRelationalDatabaseName,
this.location,
this.name,
this.resourceType,
this.sizeInGb,
this.state,
this.supportCode,
this.tags,
});