AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the PutStoredQuery operation.
Saves a new query or updates an existing saved query. The
Tags are added at creation and cannot be updated
QueryName
must be
unique for a single Amazon Web Services account and a single Amazon Web Services Region.
You can create upto 300 queries in a single Amazon Web Services account and a single
Amazon Web Services Region.
PutStoredQuery
is an idempotent API. Subsequent requests won’t create a duplicate
resource if one was already created. If a following request has different tags
values, Config will ignore these differences and treat it as an idempotent request
of the previous. In this case, tags
will not be updated, even if they are different.
Namespace: Amazon.ConfigService.Model
Assembly: AWSSDK.ConfigService.dll
Version: 3.x.y.z
public class PutStoredQueryRequest : AmazonConfigServiceRequest IAmazonWebServiceRequest
The PutStoredQueryRequest type exposes the following members
Name | Description | |
---|---|---|
PutStoredQueryRequest() |
Name | Type | Description | |
---|---|---|---|
StoredQuery | Amazon.ConfigService.Model.StoredQuery |
Gets and sets the property StoredQuery.
A list of When you are creating a query, you must provide a query name and an expression. When you are updating a query, you must provide a query name but updating the description is optional. |
|
Tags | System.Collections.Generic.List<Amazon.ConfigService.Model.Tag> |
Gets and sets the property Tags.
A list of |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5