PipelineRuleTypeId

data class PipelineRuleTypeId(val category: String? = null, val owner: String? = null, val provider: String? = null, val version: String? = null)

Represents information about a rule type.

Constructors

Link copied to clipboard
constructor(category: String? = null, owner: String? = null, provider: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

A category for the provider type for the rule.

Link copied to clipboard
val owner: String? = null

The creator of the rule being called. Only AWS is supported.

Link copied to clipboard
val provider: String? = null

The provider of the service being called by the rule.

Link copied to clipboard
val version: String? = null

A string that describes the rule version.