DBSnapshot constructor
DBSnapshot({
- int? allocatedStorage,
- String? availabilityZone,
- String? dBInstanceIdentifier,
- String? dBSnapshotArn,
- String? dBSnapshotIdentifier,
- String? dbiResourceId,
- bool? encrypted,
- String? engine,
- String? engineVersion,
- bool? iAMDatabaseAuthenticationEnabled,
- DateTime? instanceCreateTime,
- int? iops,
- String? kmsKeyId,
- String? licenseModel,
- String? masterUsername,
- String? optionGroupName,
- int? percentProgress,
- int? port,
- List<
ProcessorFeature> ? processorFeatures, - DateTime? snapshotCreateTime,
- String? snapshotType,
- String? sourceDBSnapshotIdentifier,
- String? sourceRegion,
- String? status,
- String? storageType,
- List<
Tag> ? tagList, - String? tdeCredentialArn,
- String? timezone,
- String? vpcId,
Implementation
DBSnapshot({
this.allocatedStorage,
this.availabilityZone,
this.dBInstanceIdentifier,
this.dBSnapshotArn,
this.dBSnapshotIdentifier,
this.dbiResourceId,
this.encrypted,
this.engine,
this.engineVersion,
this.iAMDatabaseAuthenticationEnabled,
this.instanceCreateTime,
this.iops,
this.kmsKeyId,
this.licenseModel,
this.masterUsername,
this.optionGroupName,
this.percentProgress,
this.port,
this.processorFeatures,
this.snapshotCreateTime,
this.snapshotType,
this.sourceDBSnapshotIdentifier,
this.sourceRegion,
this.status,
this.storageType,
this.tagList,
this.tdeCredentialArn,
this.timezone,
this.vpcId,
});