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

CreateSnapshotsRequest

import type { CreateSnapshotsRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateSnapshotsRequest {
CopyTagsFromSource?: CopyTagsFromSource | null;
Description?: string | null;
DryRun?: boolean | null;
InstanceSpecification: InstanceSpecification;
OutpostArn?: string | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
CopyTagsFromSource?: CopyTagsFromSource | null
[src]

Copies the tags from the specified volume to corresponding snapshot.

§
Description?: string | null
[src]

A description propagated to every snapshot specified by the instance.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
InstanceSpecification: InstanceSpecification
[src]

The instance to specify which volumes should be included in the snapshots.

§
OutpostArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.

  • To create snapshots from an instance in a Region, omit this parameter. The snapshots are created in the same Region as the instance.
  • To create snapshots from an instance on an Outpost and store the snapshots in the Region, omit this parameter. The snapshots are created in the Region for the Outpost.
  • To create snapshots from an instance on an Outpost and store the snapshots on an Outpost, specify the ARN of the destination Outpost. The snapshots must be created on the same Outpost as the instance.

For more information, see Create multi-volume local snapshots from instances on an Outpost in the Amazon Elastic Compute Cloud User Guide.

§
TagSpecifications?: TagSpecification[] | null
[src]

Tags to apply to every snapshot specified by the instance.