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.
Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z
public class RuleConfigurationProperty
The RuleConfigurationProperty type exposes the following members
Name | Description | |
---|---|---|
![]() |
RuleConfigurationProperty() |
Name | Type | Description | |
---|---|---|---|
![]() |
Description | System.String |
Gets and sets the property Description. The description of the action configuration property that is displayed to users. |
![]() |
Key | System.Boolean |
Gets and sets the property Key. Whether the configuration property is a key. |
![]() |
Name | System.String |
Gets and sets the property Name. The name of the rule configuration 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. |
![]() |
Required | System.Boolean |
Gets and sets the property Required. Whether the configuration property is a required value. |
![]() |
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. |
![]() |
Type | Amazon.CodePipeline.RuleConfigurationPropertyType |
Gets and sets the property Type. The type of the configuration property. |
.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