Class: AWSCodePipelineCustomActionTypeConfigurationProperties

Types~AWSCodePipelineCustomActionTypeConfigurationProperties

new AWSCodePipelineCustomActionTypeConfigurationProperties()

Properties:
Name Type Description
Description String Required: No. A description of this configuration property that will be displayed to users.
Key Boolean Required: Yes. Indicates whether the configuration property is a key.
Name String Required: Yes. A name for this configuration property.
Queryable Boolean Required: No. Indicates whether the configuration property will be used with the PollForJobs call. A custom action can have one queryable property. The queryable property must be required (see the Required property) and must not be secret (see the Secret property). For more information, see the queryable contents for the ActionConfigurationProperty data type in the AWS CodePipeline API Reference.
Required Boolean Required: Yes. Indicates whether the configuration property is a required value.
Secret Boolean Required: Yes. Indicates whether the configuration property is secret. Secret configuration properties are hidden from all AWS CodePipeline calls except for GetJobDetails, GetThirdPartyJobDetails, PollForJobs, and PollForThirdPartyJobs.
Type String Required: No. The type of the configuration property, such as String, Number, or Boolean.
Source: