[−][src]Struct rusoto_snowball::CreateClusterRequest
Fields
address_id: String
The ID for the address that you want the cluster shipped to.
description: Option<String>
An optional description of this specific cluster, for example Environmental Data Cluster-01
.
forwarding_address_id: Option<String>
The forwarding address ID for a cluster. This field is not supported in most regions.
job_type: 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
value that you want to associate with this cluster. KmsKeyARN
values are created by 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.
resources: JobResource
The resources associated with the cluster job. These resources include Amazon S3 buckets and optional AWS Lambda functions written in the Python language.
role_arn: String
The RoleARN
that you want to associate with this cluster. RoleArn
values are created by using the CreateRole API action in AWS Identity and Access Management (IAM).
shipping_option: String
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each Snowball Edge 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, Snowball Edges 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, 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 Snowball device to use for this cluster. The only supported device types for cluster jobs are EDGE
, EDGE_C
, and EDGE_CG
.
Trait Implementations
impl PartialEq<CreateClusterRequest> for CreateClusterRequest
[src]
fn eq(&self, other: &CreateClusterRequest) -> bool
[src]
fn ne(&self, other: &CreateClusterRequest) -> bool
[src]
impl Default for CreateClusterRequest
[src]
fn default() -> CreateClusterRequest
[src]
impl Clone for CreateClusterRequest
[src]
fn clone(&self) -> CreateClusterRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CreateClusterRequest
[src]
impl Serialize for CreateClusterRequest
[src]
Auto Trait Implementations
impl Send for CreateClusterRequest
impl Sync for CreateClusterRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self