PipelineRuleTypeIdArgs

data class PipelineRuleTypeIdArgs(val category: Output<String>? = null, val owner: Output<String>? = null, val provider: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PipelineRuleTypeIdArgs>

Represents information about a rule type.

Constructors

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

Properties

Link copied to clipboard
val category: Output<String>? = null

A category for the provider type for the rule.

Link copied to clipboard
val owner: Output<String>? = null

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

Link copied to clipboard
val provider: Output<String>? = null

The provider of the service being called by the rule.

Link copied to clipboard
val version: Output<String>? = null

A string that describes the rule version.

Functions

Link copied to clipboard
open override fun toJava(): PipelineRuleTypeIdArgs