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 4.5
 
Container for the parameters to the DeleteCustomActionType operation. Marks a custom action as deleted. PollForJobs for the custom action will fail after the action is marked for deletion. Only used for custom actions.

You cannot recreate a custom action after it has been deleted unless you increase the version number of the action.

Inheritance Hierarchy

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

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

Syntax

C#
public class DeleteCustomActionTypeRequest : AmazonCodePipelineRequest
         IRequestEvents

The DeleteCustomActionTypeRequest 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 that you want to delete, such as source or deploy.

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 Version System.String Gets and sets the property Version.

The version of the custom action to delete.

Version Information

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