The Stack data type.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Stack
Public Class Stack
public ref class Stack
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Stack()()()() | Initializes a new instance of the Stack class | |
| Capabilities |
The capabilities allowed in the stack.
| |
| CreationTime |
Time at which the stack was created.
| |
| Description |
User defined description associated with the stack.
| |
| DisableRollback |
Boolean to enable or disable rollback on stack creation failures:
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LastUpdatedTime |
The time the stack was last updated.
| |
| NotificationARNs |
SNS topic ARNs to which stack related events are published.
Constraints: | |
| Outputs |
A list of output structures.
| |
| Parameters |
A list of Parameter structures.
| |
| StackId |
Unique identifier of the stack.
| |
| StackName |
The name associated with the stack.
| |
| StackStatus |
Current status of the stack.
Constraints: | |
| StackStatusReason |
Success/failure message associated with the stack status.
| |
| TimeoutInMinutes |
The amount of time within which stack creation should complete.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithCapabilities(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the Capabilities collection
| |
| WithCapabilities(array<String>[]()[][]) |
Adds elements to the Capabilities collection
| |
| WithCreationTime(DateTime) |
Sets the CreationTime property
| |
| WithDescription(String) |
Sets the Description property
| |
| WithDisableRollback(Boolean) |
Sets the DisableRollback property
| |
| WithLastUpdatedTime(DateTime) |
Sets the LastUpdatedTime property
| |
| WithNotificationARNs(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the NotificationARNs collection
| |
| WithNotificationARNs(array<String>[]()[][]) |
Adds elements to the NotificationARNs collection
| |
| WithOutputs(array<Output>[]()[][]) |
Adds elements to the Outputs collection
| |
| WithOutputs(IEnumerable<(Of <<'(Output>)>>)) |
Adds elements to the Outputs collection
| |
| WithParameters(array<Parameter>[]()[][]) |
Adds elements to the Parameters collection
| |
| WithParameters(IEnumerable<(Of <<'(Parameter>)>>)) |
Adds elements to the Parameters collection
| |
| WithStackId(String) |
Sets the StackId property
| |
| WithStackName(String) |
Sets the StackName property
| |
| WithStackStatus(String) |
Sets the StackStatus property
| |
| WithStackStatusReason(String) |
Sets the StackStatusReason property
| |
| WithTimeoutInMinutes(Int32) |
Sets the TimeoutInMinutes property
|