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 ListApplicationRevisions operation. Lists information about revisions for an application.
Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z
public class ListApplicationRevisionsRequest : AmazonCodeDeployRequest IAmazonWebServiceRequest
The ListApplicationRevisionsRequest type exposes the following members
Name | Description | |
---|---|---|
ListApplicationRevisionsRequest() |
Name | Type | Description | |
---|---|---|---|
ApplicationName | System.String |
Gets and sets the property ApplicationName. The name of an CodeDeploy application associated with the user or Amazon Web Services account. |
|
Deployed | Amazon.CodeDeploy.ListStateFilterAction |
Gets and sets the property Deployed. Whether to list revisions based on whether the revision is the target revision of a deployment group:
|
|
NextToken | System.String |
Gets and sets the property NextToken.
An identifier returned from the previous |
|
S3Bucket | System.String |
Gets and sets the property S3Bucket. An Amazon S3 bucket name to limit the search for revisions. If set to null, all of the user's buckets are searched. |
|
S3KeyPrefix | System.String |
Gets and sets the property S3KeyPrefix. A key prefix for the set of Amazon S3 objects to limit the search for revisions. |
|
SortBy | Amazon.CodeDeploy.ApplicationRevisionSortBy |
Gets and sets the property SortBy. The column name to use to sort the list results:
If not specified or set to null, the results are returned in an arbitrary order. |
|
SortOrder | Amazon.CodeDeploy.SortOrder |
Gets and sets the property SortOrder. The order in which to sort the list results:
If not specified, the results are sorted in ascending order. If set to null, the results are sorted in an arbitrary order. |
.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