Struct cfn::aws::glue::JobProperties [] [src]

pub struct JobProperties {
    pub allocated_capacity: Option<Value<f64>>,
    pub command: Value<JobCommand>,
    pub connections: Option<Value<ConnectionsList>>,
    pub default_arguments: Option<Value<Value>>,
    pub description: Option<Value<String>>,
    pub execution_property: Option<Value<ExecutionProperty>>,
    pub log_uri: Option<Value<String>>,
    pub max_retries: Option<Value<f64>>,
    pub name: Option<Value<String>>,
    pub role: Value<String>,
}

Properties for the Job resource.

Fields

Property AllocatedCapacity.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Command.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Connections.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property DefaultArguments.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Description.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property ExecutionProperty.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property LogUri.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property MaxRetries.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Name.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property Role.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for JobProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for JobProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for JobProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for JobProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<JobProperties> for Job
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for JobProperties

impl Sync for JobProperties