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 configuration property.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionConfigurationProperty

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

Syntax

C#
public class ActionConfigurationProperty

The ActionConfigurationProperty type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

The description of the action configuration property that is displayed to users.

Public Property Key System.Boolean

Gets and sets the property Key.

Whether the configuration property is a key.

Public Property Name System.String

Gets and sets the property Name.

The name of the action configuration property.

Public Property Queryable System.Boolean

Gets and sets the property Queryable.

Indicates that the property is used with PollForJobs. When creating a custom action, an action can have up to one queryable property. If it has one, that property must be both required and not secret.

If you create a pipeline with a custom action type, and that custom action contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

Public Property Required System.Boolean

Gets and sets the property Required.

Whether the configuration property is a required value.

Public Property Secret System.Boolean

Gets and sets the property Secret.

Whether the configuration property is secret. Secrets are hidden from all calls except for GetJobDetails, GetThirdPartyJobDetails, PollForJobs, and PollForThirdPartyJobs.

When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

Public Property Type Amazon.CodePipeline.ActionConfigurationPropertyType

Gets and sets the property Type.

The type of the configuration property.

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