pub struct Builder { /* private fields */ }
Expand description

A builder for Stack.

Implementations

Unique identifier of the stack.

Unique identifier of the stack.

The name associated with the stack.

The name associated with the stack.

The unique ID of the change set.

The unique ID of the change set.

A user-defined description associated with the stack.

A user-defined description associated with the stack.

Appends an item to parameters.

To override the contents of this collection use set_parameters.

A list of Parameter structures.

A list of Parameter structures.

The time at which the stack was created.

The time at which the stack was created.

The time the stack was deleted.

The time the stack was deleted.

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.

Current status of the stack.

Current status of the stack.

Success/failure message associated with the stack status.

Success/failure message associated with the stack status.

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback.

  • false: enable rollback.

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback.

  • false: enable rollback.

Appends an item to notification_ar_ns.

To override the contents of this collection use set_notification_ar_ns.

Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.

Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.

The amount of time within which stack creation should complete.

The amount of time within which stack creation should complete.

Appends an item to capabilities.

To override the contents of this collection use set_capabilities.

The capabilities allowed in the stack.

The capabilities allowed in the stack.

Appends an item to outputs.

To override the contents of this collection use set_outputs.

A list of output structures.

A list of output structures.

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that's associated with the stack. During a stack operation, CloudFormation uses this role's credentials to make calls on your behalf.

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that's associated with the stack. During a stack operation, CloudFormation uses this role's credentials to make calls on your behalf.

Appends an item to tags.

To override the contents of this collection use set_tags.

A list of Tags that specify information about the stack.

A list of Tags that specify information about the stack.

Whether termination protection is enabled for the stack.

For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide.

Whether termination protection is enabled for the stack.

For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack. For more information, see Protecting a Stack From Being Deleted in the CloudFormation User Guide.

For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which the nested stack ultimately belongs.

For more information, see Working with Nested Stacks in the CloudFormation User Guide.

Information about whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

Information about whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

Consumes the builder and constructs a Stack.

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

Returns the “default value” for a type. 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

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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