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.

Represents information about an action type.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionTypeId

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

Syntax

C#
public class ActionTypeId

The ActionTypeId type exposes the following members

Constructors

NameDescription
Public Method ActionTypeId()

Properties

NameTypeDescription
Public Property Category Amazon.CodePipeline.ActionCategory

Gets and sets the property Category.

A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the following values.

  • Source

  • Build

  • Test

  • Deploy

  • Invoke

  • Approval

Public Property Owner Amazon.CodePipeline.ActionOwner

Gets and sets the property Owner.

The creator of the action being called. There are three valid values for the Owner field in the action category section within your pipeline structure: AWS, ThirdParty, and Custom. For more information, see Valid Action Types and Providers in CodePipeline.

Public Property Provider System.String

Gets and sets the property Provider.

The provider of the service being called by the action. Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of CodeDeploy, which would be specified as CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.

Public Property Version System.String

Gets and sets the property Version.

A string that describes the action version.

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