Interface ILambdaFinalizerDependencyProvider
The ILambda
Inherited Members
Namespace: LambdaSharp.Finalizer
Assembly: LambdaSharp.Finalizer.dll
Syntax
public interface ILambdaFinalizerDependencyProvider : ILambdaFunctionDependencyProvider
Methods
IsStackDeleteInProgressAsync(String, CancellationToken)
Checks if the specified stack is currently being deleted.
Declaration
Task<bool> IsStackDeleteInProgressAsync(string stackId, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type | Name | Description |
---|---|---|
System. |
stackId | CloudFormation stack ID |
System. |
cancellationToken | The token to monitor for cancellation requests. |
Returns
Type | Description |
---|---|
System. |
Boolean indicating if the specified stack is being deleted. |