Release

class Release : KotlinCustomResource

For more information, see:

Example Usage

Import

Release can be imported using any of these accepted formats:

  • projects/{{project}}/releases/{{name}} When using the pulumi import command, Release can be imported using one of the formats above. For example:

$ pulumi import gcp:firebaserules/release:Release default projects/{{project}}/releases/{{name}}

Properties

Link copied to clipboard
val createTime: Output<String>

Output only. Time the release was created.

Link copied to clipboard
val disabled: Output<Boolean>

Disable the release to keep it from being served. The response code of NOT_FOUND will be given for executables generated from this Release.

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

Format: projects/{project_id}/releases/{release_id}\Firestore Rules Releases will always have the name 'cloud.firestore'

Link copied to clipboard
val project: Output<String>

The project for the resource

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

Name of the Ruleset referred to by this Release. The Ruleset must exist for the Release to be created.

Link copied to clipboard
val updateTime: Output<String>

Output only. Time the release was updated.

Link copied to clipboard
val urn: Output<String>