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.
Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class ActionDeclaration : Object
The ActionDeclaration type exposes the following members
Name | Description | |
---|---|---|
![]() |
ActionDeclaration() |
Name | Type | Description | |
---|---|---|---|
![]() |
ActionTypeId | Amazon.CodePipeline.Model.ActionTypeId |
Gets and sets the property ActionTypeId.
The configuration information for the action type. |
![]() |
Configuration | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Configuration.
The action declaration's configuration. |
![]() |
InputArtifacts | System.Collections.Generic.List<Amazon.CodePipeline.Model.InputArtifact> |
Gets and sets the property InputArtifacts.
The name or ID of the artifact consumed by the action, such as a test or build artifact. |
![]() |
Name | System.String |
Gets and sets the property Name.
The action declaration's name. |
![]() |
OutputArtifacts | System.Collections.Generic.List<Amazon.CodePipeline.Model.OutputArtifact> |
Gets and sets the property OutputArtifacts.
The name or ID of the result of the action declaration, such as a test or build artifact. |
![]() |
RoleArn | System.String |
Gets and sets the property RoleArn.
The ARN of the IAM service role that will perform the declared action. This is assumed through the roleArn for the pipeline. |
![]() |
RunOrder | System.Int32 |
Gets and sets the property RunOrder.
The order in which actions are run. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5