Container for the parameters to the DescribeStackEvents operation.

Returns all the stack related events for the AWS account. If StackName is specified, returns events related to all the stacks with the given name. If StackName is not specified, returns all the events for the account. For more information about a stack's event history, go to the AWS CloudFormation User Guide.

NOTE:Events are returned, even if the stack never existed or has been successfully deleted.

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 DescribeStackEventsRequest : AmazonWebServiceRequest
Public Class DescribeStackEventsRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeStackEventsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeStackEventsRequest()()()()
Initializes a new instance of the DescribeStackEventsRequest class
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.)
NextToken
String that identifies the start of the next list of events, if there is one. Default: There is no default value.

Constraints:

Length
1 - 1024

StackName
The name or the unique identifier associated with the stack. Default: There is no default value.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithNextToken(String)
Sets the NextToken property
WithStackName(String)
Sets the StackName property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.CloudFormation.Model..::..DescribeStackEventsRequest

See Also