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

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.RuleConfigurationProperty

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

Syntax

C#
public class RuleConfigurationProperty

The RuleConfigurationProperty type exposes the following members

Constructors

NameDescription
Public Method RuleConfigurationProperty()

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

Public Property Queryable System.Boolean

Gets and sets the property Queryable.

Indicates whether the property can be queried.

If you create a pipeline with a condition and rule, and that rule 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.

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.RuleConfigurationPropertyType

Gets and sets the property Type.

The type of the configuration property.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5