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

ClusterMetadata

import type { ClusterMetadata } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";

Contains metadata about a specific cluster.

interface ClusterMetadata {
AddressId?: string | null;
ClusterId?: string | null;
ClusterState?: ClusterState | null;
CreationDate?: Date | number | null;
Description?: string | null;
ForwardingAddressId?: string | null;
JobType?: JobType | null;
KmsKeyARN?: string | null;
Notification?: Notification | null;
OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | null;
Resources?: JobResource | null;
RoleARN?: string | null;
ShippingOption?: ShippingOption | null;
SnowballType?: SnowballType | null;
TaxDocuments?: TaxDocuments | null;
}

§Properties

§
AddressId?: string | null
[src]

The automatically generated ID for a specific address.

§
ClusterId?: string | null
[src]

The automatically generated ID for a cluster.

§
ClusterState?: ClusterState | null
[src]

The current status of the cluster.

§
CreationDate?: Date | number | null
[src]

The creation date for this cluster.

§
Description?: string | null
[src]

The optional description of the cluster.

§
ForwardingAddressId?: string | null
[src]

The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.

§
JobType?: JobType | null
[src]

The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.

§
KmsKeyARN?: string | null
[src]

The KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey API action in Key Management Service (KMS.

§
Notification?: Notification | null
[src]

The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.

§
OnDeviceServiceConfiguration?: OnDeviceServiceConfiguration | null
[src]

Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.

§
Resources?: JobResource | null
[src]

The arrays of "JobResource" objects that can include updated "S3Resource" objects or "LambdaResource" objects.

§
RoleARN?: string | null
[src]

The role ARN associated with this cluster. This ARN was created using the CreateRole API action in Identity and Access Management (IAM).

§
ShippingOption?: ShippingOption | null
[src]

The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows:

  • In Australia, you have access to express shipping. Typically, devices shipped express are delivered in about a day.
  • In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
  • In India, Snow devices are delivered in one to seven days.
  • In the US, you have access to one-day shipping and two-day shipping.
§
SnowballType?: SnowballType | null
[src]

The type of Snowcone device to use for this cluster.

Note: For cluster jobs, Amazon Web Services Snow Family currently supports only the EDGE device type.

§
TaxDocuments?: TaxDocuments | null
[src]

The tax documents required in your Amazon Web Services Region.