Struct rusoto_cloudformation::CreateStackInstancesInput [] [src]

pub struct CreateStackInstancesInput {
    pub accounts: Vec<String>,
    pub operation_id: Option<String>,
    pub operation_preferences: Option<StackSetOperationPreferences>,
    pub regions: Vec<String>,
    pub stack_set_name: String,
}

Fields

The names of one or more AWS accounts that you want to create stack instances in the specified region(s) for.

The unique identifier for this stack set operation.

The operation ID also functions as an idempotency token, to ensure that AWS CloudFormation performs the stack set operation only once, even if you retry the request multiple times. You might retry stack set operation requests to ensure that AWS CloudFormation successfully received them.

If you don't specify an operation ID, the SDK generates one automatically.

Repeating this stack set operation with a new operation ID retries all stack instances whose status is OUTDATED.

Preferences for how AWS CloudFormation performs this stack set operation.

The names of one or more regions where you want to create stack instances using the specified AWS account(s).

The name or unique ID of the stack set that you want to create stack instances from.

Trait Implementations

impl Default for CreateStackInstancesInput
[src]

[src]

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

impl Debug for CreateStackInstancesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateStackInstancesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more