Returns CloudFormation events based on flexible query criteria
Source:R/cloudformation_operations.R
cloudformation_describe_events.RdReturns CloudFormation events based on flexible query criteria. Groups events by operation ID, enabling you to focus on individual stack operations during deployment.
See https://www.paws-r-sdk.com/docs/cloudformation_describe_events/ for full documentation.
Usage
cloudformation_describe_events(
StackName = NULL,
ChangeSetName = NULL,
OperationId = NULL,
Filters = NULL,
NextToken = NULL
)Arguments
- StackName
The name or unique stack ID for which you want to retrieve events.
- ChangeSetName
The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
- OperationId
The unique identifier of the operation for which you want to retrieve events.
- Filters
Filters to apply when retrieving events.
- NextToken
The token for the next set of items to return. (You received this token from a previous call.)