RuleSet

class RuleSet : KotlinCustomResource

Creates a ruleset.

Properties

Link copied to clipboard
val description: Output<String>

Short description of the rule-set.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name of the rule set. Managed internally. Format: projects/{project_number}/locations/{location}/ruleSet/{rule_set_id}. The name is ignored when creating a rule set.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of rules given by the customer.

Link copied to clipboard
val source: Output<String>

Source of the rules i.e., customer name.

Link copied to clipboard
val urn: Output<String>