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.
Input information used for an action execution.
Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z
public class ActionExecutionInput
The ActionExecutionInput type exposes the following members
Name | Description | |
---|---|---|
![]() |
ActionExecutionInput() |
Name | Type | Description | |
---|---|---|---|
![]() |
ActionTypeId | Amazon.CodePipeline.Model.ActionTypeId |
Gets and sets the property ActionTypeId. |
![]() |
Configuration | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Configuration. Configuration data for an action execution. |
![]() |
InputArtifacts | System.Collections.Generic.List<Amazon.CodePipeline.Model.ArtifactDetail> |
Gets and sets the property InputArtifacts. Details of input artifacts of the action that correspond to the action execution. |
![]() |
Namespace | System.String |
Gets and sets the property Namespace. The variable namespace associated with the action. All variables produced as output by this action fall under this namespace. |
![]() |
Region | System.String |
Gets and sets the property Region. The Amazon Web Services Region for the action, such as us-east-1. |
![]() |
ResolvedConfiguration | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property ResolvedConfiguration. Configuration data for an action execution with all variable references replaced with their real values for the execution. |
![]() |
RoleArn | System.String |
Gets and sets the property RoleArn. The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline. |
.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