The Stack data type.

Namespace: Amazon.CloudFormation.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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:
  • true: disable rollback
  • false: enable rollback
Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
0 - 5

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:

Allowed Values
CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS, UPDATE_ROLLBACK_COMPLETE

StackStatusReason
Success/failure message associated with the stack status.
TimeoutInMinutes
The amount of time within which stack creation should complete.

Constraints:

Range
1 -

ToString()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.CloudFormation.Model..::..Stack

See Also