logo
pub struct ClusterMetadata {
Show 15 fields pub address_id: Option<String>, pub cluster_id: Option<String>, pub cluster_state: Option<String>, pub creation_date: Option<f64>, pub description: Option<String>, pub forwarding_address_id: Option<String>, pub job_type: Option<String>, pub kms_key_arn: Option<String>, pub notification: Option<Notification>, pub on_device_service_configuration: Option<OnDeviceServiceConfiguration>, pub resources: Option<JobResource>, pub role_arn: Option<String>, pub shipping_option: Option<String>, pub snowball_type: Option<String>, pub tax_documents: Option<TaxDocuments>,
}
Expand description

Contains metadata about a specific cluster.

Fields

address_id: Option<String>

The automatically generated ID for a specific address.

cluster_id: Option<String>

The automatically generated ID for a cluster.

cluster_state: Option<String>

The current status of the cluster.

creation_date: Option<f64>

The creation date for this cluster.

description: Option<String>

The optional description of the cluster.

forwarding_address_id: Option<String>

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.

job_type: Option<String>

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

kms_key_arn: Option<String>

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

notification: Option<Notification>

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

on_device_service_configuration: Option<OnDeviceServiceConfiguration>

Represents metadata and configuration settings for services on an AWS Snow Family device.

resources: Option<JobResource>

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

role_arn: Option<String>

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

shipping_option: Option<String>

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.

snowball_type: Option<String>

The type of AWS Snow device to use for this cluster.

For cluster jobs, AWS Snow Family currently supports only the EDGE device type.

tax_documents: Option<TaxDocuments>

The tax documents required in your AWS Region.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more