DescribeRecoveryPointOutput
import type { DescribeRecoveryPointOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/backup.ts";interface DescribeRecoveryPointOutput {
BackupSizeInBytes?: number | null;
BackupVaultArn?: string | null;
BackupVaultName?: string | null;
CalculatedLifecycle?: CalculatedLifecycle | null;
CompletionDate?: Date | number | null;
CreatedBy?: RecoveryPointCreator | null;
CreationDate?: Date | number | null;
EncryptionKeyArn?: string | null;
IamRoleArn?: string | null;
IsEncrypted?: boolean | null;
LastRestoreTime?: Date | number | null;
Lifecycle?: Lifecycle | null;
RecoveryPointArn?: string | null;
ResourceArn?: string | null;
ResourceType?: string | null;
SourceBackupVaultArn?: string | null;
Status?: RecoveryPointStatus | null;
StorageClass?: StorageClass | null;
}§Properties
§
CalculatedLifecycle?: CalculatedLifecycle | null
[src]§
CreatedBy?: RecoveryPointCreator | null
[src]§
Status?: RecoveryPointStatus | null
[src]§
StorageClass?: StorageClass | null
[src]