Ruleset

class Ruleset : KotlinCustomResource

Create a Ruleset from Source. The Ruleset is given a unique generated name which is returned to the caller. Source containing syntactic or semantics errors will result in an error response indicating the first error encountered. For a detailed view of Source issues, use TestRuleset. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val createTime: Output<String>

Time the Ruleset was created.

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

The metadata for this ruleset.

Link copied to clipboard
val name: Output<String>

Name of the Ruleset. The ruleset_id is auto generated by the service. Format: projects/{project_id}/rulesets/{ruleset_id}

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
val source: Output<SourceResponse>

Source for the Ruleset.

Link copied to clipboard
val urn: Output<String>