[−][src]Struct rusoto_snowball::CreateJobRequest
Fields
address_id: Option<String>
The ID for the address that you want the Snowball shipped to.
cluster_id: Option<String>
The ID of a cluster. If you're creating a job for a node in a cluster, you need to provide only this clusterId
value. The other job attributes are inherited from the cluster.
description: Option<String>
Defines an optional description of this specific job, for example Important Photos 2016-08-11
.
forwarding_address_id: Option<String>
The forwarding address ID for a job. This field is not supported in most regions.
job_type: Option<String>
Defines the type of job that you're creating.
kms_key_arn: Option<String>
The KmsKeyARN
that you want to associate with this job. KmsKeyARN
s are created using the CreateKey AWS Key Management Service (KMS) API action.
notification: Option<Notification>
Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.
resources: Option<JobResource>
Defines the Amazon S3 buckets associated with this job.
With IMPORT
jobs, you specify the bucket or buckets that your transferred data will be imported into.
With EXPORT
jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange
value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker
value, an inclusive EndMarker
value, or both. Ranges are UTF-8 binary sorted.
role_arn: Option<String>
The RoleARN
that you want to associate with this job. RoleArn
s are created using the CreateRole AWS Identity and Access Management (IAM) API action.
shipping_option: Option<String>
The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:
-
In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.
-
In the European Union (EU), you have access to express shipping. Typically, Snowballs 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, Snowballs are delivered in one to seven days.
-
In the US, you have access to one-day shipping and two-day shipping.
snowball_capacity_preference: Option<String>
If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.
snowball_type: Option<String>
The type of AWS Snowball device to use for this job. The only supported device types for cluster jobs are EDGE
, EDGE_C
, and EDGE_CG
.
Trait Implementations
impl PartialEq<CreateJobRequest> for CreateJobRequest
[src]
fn eq(&self, other: &CreateJobRequest) -> bool
[src]
fn ne(&self, other: &CreateJobRequest) -> bool
[src]
impl Default for CreateJobRequest
[src]
fn default() -> CreateJobRequest
[src]
impl Clone for CreateJobRequest
[src]
fn clone(&self) -> CreateJobRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CreateJobRequest
[src]
impl Serialize for CreateJobRequest
[src]
Auto Trait Implementations
impl Send for CreateJobRequest
impl Sync for CreateJobRequest
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