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-native.datalineage/v1.getRun
Explore with Pulumi AI
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
Gets the details of the specified run.
Using getRun
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 getRun(args: GetRunArgs, opts?: InvokeOptions): Promise<GetRunResult>
function getRunOutput(args: GetRunOutputArgs, opts?: InvokeOptions): Output<GetRunResult>
def get_run(location: Optional[str] = None,
process_id: Optional[str] = None,
project: Optional[str] = None,
run_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRunResult
def get_run_output(location: Optional[pulumi.Input[str]] = None,
process_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
run_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRunResult]
func LookupRun(ctx *Context, args *LookupRunArgs, opts ...InvokeOption) (*LookupRunResult, error)
func LookupRunOutput(ctx *Context, args *LookupRunOutputArgs, opts ...InvokeOption) LookupRunResultOutput
> Note: This function is named LookupRun
in the Go SDK.
public static class GetRun
{
public static Task<GetRunResult> InvokeAsync(GetRunArgs args, InvokeOptions? opts = null)
public static Output<GetRunResult> Invoke(GetRunInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRunResult> getRun(GetRunArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:datalineage/v1:getRun
arguments:
# arguments dictionary
The following arguments are supported:
- location str
- process_
id str - run_
id str - project str
getRun Result
The following output properties are available:
- Attributes Dictionary<string, string>
- Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
- Display
Name string - Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
_-:&.
- End
Time string - Optional. The timestamp of the end of the run.
- Name string
- Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
- Start
Time string - The timestamp of the start of the run.
- State string
- The state of the run.
- Attributes map[string]string
- Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
- Display
Name string - Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
_-:&.
- End
Time string - Optional. The timestamp of the end of the run.
- Name string
- Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
- Start
Time string - The timestamp of the start of the run.
- State string
- The state of the run.
- attributes Map<String,String>
- Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
- display
Name String - Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
_-:&.
- end
Time String - Optional. The timestamp of the end of the run.
- name String
- Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
- start
Time String - The timestamp of the start of the run.
- state String
- The state of the run.
- attributes {[key: string]: string}
- Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
- display
Name string - Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
_-:&.
- end
Time string - Optional. The timestamp of the end of the run.
- name string
- Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
- start
Time string - The timestamp of the start of the run.
- state string
- The state of the run.
- attributes Mapping[str, str]
- Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
- display_
name str - Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
_-:&.
- end_
time str - Optional. The timestamp of the end of the run.
- name str
- Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
- start_
time str - The timestamp of the start of the run.
- state str
- The state of the run.
- attributes Map<String>
- Optional. The attributes of the run. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the run). Up to 100 attributes are allowed.
- display
Name String - Optional. A human-readable name you can set to display in a user interface. Must be not longer than 1024 characters and only contain UTF-8 letters or numbers, spaces or characters like
_-:&.
- end
Time String - Optional. The timestamp of the end of the run.
- name String
- Immutable. The resource name of the run. Format:
projects/{project}/locations/{location}/processes/{process}/runs/{run}
. Can be specified or auto-assigned. {run} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
- start
Time String - The timestamp of the start of the run.
- state String
- The state of the run.
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