CopySnapshotRequest
import type { CopySnapshotRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface CopySnapshotRequest {
Description?: string | null;
DestinationOutpostArn?: string | null;
DestinationRegion?: string | null;
DryRun?: boolean | null;
Encrypted?: boolean | null;
KmsKeyId?: string | null;
PresignedUrl?: string | null;
SourceRegion: string;
SourceSnapshotId: string;
TagSpecifications?: TagSpecification[] | null;
}§Properties
§
TagSpecifications?: TagSpecification[] | null
[src]