Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§
BackupSizeInBytes?: number | null
[src]
§
BackupVaultArn?: string | null
[src]
§
BackupVaultName?: string | null
[src]
§
CalculatedLifecycle?: CalculatedLifecycle | null
[src]
§
CompletionDate?: Date | number | null
[src]
§
CreatedBy?: RecoveryPointCreator | null
[src]
§
CreationDate?: Date | number | null
[src]
§
EncryptionKeyArn?: string | null
[src]
§
IamRoleArn?: string | null
[src]
§
IsEncrypted?: boolean | null
[src]
§
LastRestoreTime?: Date | number | null
[src]
§
Lifecycle?: Lifecycle | null
[src]
§
RecoveryPointArn?: string | null
[src]
§
ResourceArn?: string | null
[src]
§
ResourceType?: string | null
[src]
§
SourceBackupVaultArn?: string | null
[src]
§
StorageClass?: StorageClass | null
[src]