Container for the parameters to the DescribeStackEvents operation.
Namespace: Amazon.CloudFormation.ModelReturns 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.
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 |
| Member | Description | |
|---|---|---|
| DescribeStackEventsRequest()()()() | Initializes a new instance of the DescribeStackEventsRequest class | |
| 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.) | |
| NextToken |
String that identifies the start of the next list of events, if there is one. Default: There is no default value.
Constraints: | |
| StackName |
The name or the unique identifier associated with the stack. Default: There is no default value.
| |
| ToString()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.CloudFormation.Model..::..DescribeStackEventsRequest