Struct aws_sdk_snowball::model::ClusterMetadata[][src]

#[non_exhaustive]
pub struct ClusterMetadata {
Show 15 fields pub cluster_id: Option<String>, pub description: Option<String>, pub kms_key_arn: Option<String>, pub role_arn: Option<String>, pub cluster_state: Option<ClusterState>, pub job_type: Option<JobType>, pub snowball_type: Option<SnowballType>, pub creation_date: Option<Instant>, pub resources: Option<JobResource>, pub address_id: Option<String>, pub shipping_option: Option<ShippingOption>, pub notification: Option<Notification>, pub forwarding_address_id: Option<String>, pub tax_documents: Option<TaxDocuments>, pub on_device_service_configuration: Option<OnDeviceServiceConfiguration>,
}
Expand description

Contains metadata about a specific cluster.

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
cluster_id: Option<String>

The automatically generated ID for a cluster.

description: Option<String>

The optional description of the cluster.

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).

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).

cluster_state: Option<ClusterState>

The current status of the cluster.

job_type: Option<JobType>

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

snowball_type: Option<SnowballType>

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

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

creation_date: Option<Instant>

The creation date for this cluster.

resources: Option<JobResource>

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

address_id: Option<String>

The automatically generated ID for a specific address.

shipping_option: Option<ShippingOption>

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.

notification: Option<Notification>

The Amazon Simple Notification Service (Amazon SNS) notification settings for this 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.

tax_documents: Option<TaxDocuments>

The tax documents required in your AWS Region.

on_device_service_configuration: Option<OnDeviceServiceConfiguration>

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

Implementations

The automatically generated ID for a cluster.

The optional description of the cluster.

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).

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

The current status of the cluster.

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

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

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

The creation date for this cluster.

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

The automatically generated ID for a specific address.

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.

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

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.

The tax documents required in your AWS Region.

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

Creates a new builder-style object to manufacture ClusterMetadata

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

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

Performs the conversion.

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

Performs the conversion.

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)

recently added

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