AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionExecutionInput

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class ActionExecutionInput

The ActionExecutionInput type exposes the following members

Constructors

NameDescription
Public Method ActionExecutionInput()

Properties

NameTypeDescription
Public Property ActionTypeId Amazon.CodePipeline.Model.ActionTypeId

Gets and sets the property ActionTypeId.

Public Property Configuration System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Configuration.

Configuration data for an action execution.

Public Property 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.

Public Property 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.

Public Property Region System.String

Gets and sets the property Region.

The Amazon Web Services Region for the action, such as us-east-1.

Public Property 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.

Public Property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5