AwsRdsDbSnapshotDetails constructor
AwsRdsDbSnapshotDetails({
- int? allocatedStorage,
- String? availabilityZone,
- String? dbInstanceIdentifier,
- String? dbSnapshotIdentifier,
- String? dbiResourceId,
- bool? encrypted,
- String? engine,
- String? engineVersion,
- bool? iamDatabaseAuthenticationEnabled,
- String? instanceCreateTime,
- int? iops,
- String? kmsKeyId,
- String? licenseModel,
- String? masterUsername,
- String? optionGroupName,
- int? percentProgress,
- int? port,
- List<
AwsRdsDbProcessorFeature> ? processorFeatures, - String? snapshotCreateTime,
- String? snapshotType,
- String? sourceDbSnapshotIdentifier,
- String? sourceRegion,
- String? status,
- String? storageType,
- String? tdeCredentialArn,
- String? timezone,
- String? vpcId,
Implementation
AwsRdsDbSnapshotDetails({
this.allocatedStorage,
this.availabilityZone,
this.dbInstanceIdentifier,
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.tdeCredentialArn,
this.timezone,
this.vpcId,
});