DBClusterSnapshot constructor
DBClusterSnapshot({
- int? allocatedStorage,
- List<
String> ? availabilityZones, - DateTime? clusterCreateTime,
- String? dBClusterIdentifier,
- String? dBClusterSnapshotArn,
- String? dBClusterSnapshotIdentifier,
- String? engine,
- String? engineVersion,
- bool? iAMDatabaseAuthenticationEnabled,
- String? kmsKeyId,
- String? licenseModel,
- String? masterUsername,
- int? percentProgress,
- int? port,
- DateTime? snapshotCreateTime,
- String? snapshotType,
- String? sourceDBClusterSnapshotArn,
- String? status,
- bool? storageEncrypted,
- String? vpcId,
Implementation
DBClusterSnapshot({
this.allocatedStorage,
this.availabilityZones,
this.clusterCreateTime,
this.dBClusterIdentifier,
this.dBClusterSnapshotArn,
this.dBClusterSnapshotIdentifier,
this.engine,
this.engineVersion,
this.iAMDatabaseAuthenticationEnabled,
this.kmsKeyId,
this.licenseModel,
this.masterUsername,
this.percentProgress,
this.port,
this.snapshotCreateTime,
this.snapshotType,
this.sourceDBClusterSnapshotArn,
this.status,
this.storageEncrypted,
this.vpcId,
});