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
 
Represents information about an action configuration property.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionConfigurationProperty

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

Syntax

C#
public class ActionConfigurationProperty : Object

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 will be 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 proprety will be used in conjunction 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 additional 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 will preserve the prior 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 Framework:
Supported in: 4.5, 4.0, 3.5