SQSResourceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for adding Amazon SQS resources to the application model.
public static class SQSResourceExtensions
type SQSResourceExtensions = class
Public Module SQSResourceExtensions
- Inheritance
-
SQSResourceExtensions
Methods
AddSQSQueue(IResourceBuilder<IStackResource>, String, IQueueProps) |
Adds an Amazon SQS queue. |
WithReference<TDestination>(IResourceBuilder<TDestination>, IResourceBuilder<IConstructResource<Queue>>, String) |
Adds a reference of an Amazon SQS queue to a project. The output parameters of the queue are added to the project IConfiguration. |