Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Get a Release by name.
Using getRelease
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getRelease(args: GetReleaseArgs, opts?: InvokeOptions): Promise<GetReleaseResult>
function getReleaseOutput(args: GetReleaseOutputArgs, opts?: InvokeOptions): Output<GetReleaseResult>def get_release(project: Optional[str] = None,
release_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReleaseResult
def get_release_output(project: Optional[pulumi.Input[str]] = None,
release_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReleaseResult]func LookupRelease(ctx *Context, args *LookupReleaseArgs, opts ...InvokeOption) (*LookupReleaseResult, error)
func LookupReleaseOutput(ctx *Context, args *LookupReleaseOutputArgs, opts ...InvokeOption) LookupReleaseResultOutput> Note: This function is named LookupRelease in the Go SDK.
public static class GetRelease
{
public static Task<GetReleaseResult> InvokeAsync(GetReleaseArgs args, InvokeOptions? opts = null)
public static Output<GetReleaseResult> Invoke(GetReleaseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetReleaseResult> getRelease(GetReleaseArgs args, InvokeOptions options)
public static Output<GetReleaseResult> getRelease(GetReleaseArgs args, InvokeOptions options)
fn::invoke:
function: google-native:firebaserules/v1:getRelease
arguments:
# arguments dictionaryThe following arguments are supported:
- release_
id str - project str
getRelease Result
The following output properties are available:
- Create
Time string - Time the release was created.
- Name string
- Format:
projects/{project_id}/releases/{release_id} - Ruleset
Name string - Name of the
Rulesetreferred to by thisRelease. TheRulesetmust exist for theReleaseto be created. - Update
Time string - Time the release was updated.
- Create
Time string - Time the release was created.
- Name string
- Format:
projects/{project_id}/releases/{release_id} - Ruleset
Name string - Name of the
Rulesetreferred to by thisRelease. TheRulesetmust exist for theReleaseto be created. - Update
Time string - Time the release was updated.
- create
Time String - Time the release was created.
- name String
- Format:
projects/{project_id}/releases/{release_id} - ruleset
Name String - Name of the
Rulesetreferred to by thisRelease. TheRulesetmust exist for theReleaseto be created. - update
Time String - Time the release was updated.
- create
Time string - Time the release was created.
- name string
- Format:
projects/{project_id}/releases/{release_id} - ruleset
Name string - Name of the
Rulesetreferred to by thisRelease. TheRulesetmust exist for theReleaseto be created. - update
Time string - Time the release was updated.
- create_
time str - Time the release was created.
- name str
- Format:
projects/{project_id}/releases/{release_id} - ruleset_
name str - Name of the
Rulesetreferred to by thisRelease. TheRulesetmust exist for theReleaseto be created. - update_
time str - Time the release was updated.
- create
Time String - Time the release was created.
- name String
- Format:
projects/{project_id}/releases/{release_id} - ruleset
Name String - Name of the
Rulesetreferred to by thisRelease. TheRulesetmust exist for theReleaseto be created. - update
Time String - Time the release was updated.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
