AWS SDK Version 2 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.

.NET Framework 3.5
 
Container for the parameters to the CreateCustomActionType operation. Creates a new custom action that can be used in all pipelines associated with the AWS account. Only used for custom actions.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodePipeline.AmazonCodePipelineRequest
      Amazon.CodePipeline.Model.CreateCustomActionTypeRequest

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreateCustomActionTypeRequest : AmazonCodePipelineRequest
         IRequestEvents

The CreateCustomActionTypeRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Category Amazon.CodePipeline.ActionCategory Gets and sets the property Category.

The category of the custom action, such as a source action or a build action.

Public Property ConfigurationProperties System.Collections.Generic.List<Amazon.CodePipeline.Model.ActionConfigurationProperty> Gets and sets the property ConfigurationProperties.

The configuration properties for the custom action.

Public Property InputArtifactDetails Amazon.CodePipeline.Model.ArtifactDetails Gets and sets the property InputArtifactDetails.
Public Property OutputArtifactDetails Amazon.CodePipeline.Model.ArtifactDetails Gets and sets the property OutputArtifactDetails.
Public Property Provider System.String Gets and sets the property Provider.

The provider of the service used in the custom action, such as AWS CodeDeploy.

Public Property Settings Amazon.CodePipeline.Model.ActionTypeSettings Gets and sets the property Settings.
Public Property Version System.String Gets and sets the property Version.

The version number of the custom action.

A newly-created custom action is always assigned a version number of 1. This is required.

Version Information

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