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 ListStackSets operation.
Returns summary information about StackSets that are associated with the user.
This API provides strongly consistent reads meaning it will always return the
most up-to-date data.
[Self-managed permissions] If you set the CallAs parameter to SELF while
signed in to your Amazon Web Services account, ListStackSets returns all self-managed
StackSets in your Amazon Web Services account.
[Service-managed permissions] If you set the CallAs parameter to SELF
while signed in to the organization's management account, ListStackSets returns
all StackSets in the management account.
[Service-managed permissions] If you set the CallAs parameter to DELEGATED_ADMIN
while signed in to your member account, ListStackSets returns all StackSets
with service-managed permissions in the management account.
Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z
public class ListStackSetsRequest : AmazonCloudFormationRequest IAmazonWebServiceRequest
The ListStackSetsRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
ListStackSetsRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
CallAs | Amazon.CloudFormation.CallAs |
Gets and sets the property CallAs. [Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.
By default,
|
|
MaxResults | System.Nullable<System.Int32> |
Gets and sets the property MaxResults.
The maximum number of results to be returned with a single call. If the number of
available results exceeds this maximum, the response includes a |
|
NextToken | System.String |
Gets and sets the property NextToken. The token for the next set of items to return. (You received this token from a previous call.) |
|
Status | Amazon.CloudFormation.StackSetStatus |
Gets and sets the property Status. The status of the StackSets that you want to get summary information about. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer