1. Packages
  2. Google Cloud Native
  3. API Docs
  4. datalineage
  5. datalineage/v1
  6. Run

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.Run

Explore with Pulumi AI

google-native logo

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

    Creates a new run.

    Create Run Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Run(name: string, args: RunArgs, opts?: CustomResourceOptions);
    @overload
    def Run(resource_name: str,
            args: RunArgs,
            opts: Optional[ResourceOptions] = None)
    
    @overload
    def Run(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            process_id: Optional[str] = None,
            start_time: Optional[str] = None,
            state: Optional[RunState] = None,
            attributes: Optional[Mapping[str, str]] = None,
            display_name: Optional[str] = None,
            end_time: Optional[str] = None,
            location: Optional[str] = None,
            name: Optional[str] = None,
            project: Optional[str] = None,
            request_id: Optional[str] = None)
    func NewRun(ctx *Context, name string, args RunArgs, opts ...ResourceOption) (*Run, error)
    public Run(string name, RunArgs args, CustomResourceOptions? opts = null)
    public Run(String name, RunArgs args)
    public Run(String name, RunArgs args, CustomResourceOptions options)
    
    type: google-native:datalineage/v1:Run
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RunArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RunArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RunArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RunArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RunArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var examplerunResourceResourceFromDatalineagev1 = new GoogleNative.DataLineage.V1.Run("examplerunResourceResourceFromDatalineagev1", new()
    {
        ProcessId = "string",
        StartTime = "string",
        State = GoogleNative.DataLineage.V1.RunState.Unknown,
        Attributes = 
        {
            { "string", "string" },
        },
        DisplayName = "string",
        EndTime = "string",
        Location = "string",
        Name = "string",
        Project = "string",
        RequestId = "string",
    });
    
    example, err := datalineage.NewRun(ctx, "examplerunResourceResourceFromDatalineagev1", &datalineage.RunArgs{
    ProcessId: pulumi.String("string"),
    StartTime: pulumi.String("string"),
    State: datalineage.RunStateUnknown,
    Attributes: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    DisplayName: pulumi.String("string"),
    EndTime: pulumi.String("string"),
    Location: pulumi.String("string"),
    Name: pulumi.String("string"),
    Project: pulumi.String("string"),
    RequestId: pulumi.String("string"),
    })
    
    var examplerunResourceResourceFromDatalineagev1 = new Run("examplerunResourceResourceFromDatalineagev1", RunArgs.builder()
        .processId("string")
        .startTime("string")
        .state("UNKNOWN")
        .attributes(Map.of("string", "string"))
        .displayName("string")
        .endTime("string")
        .location("string")
        .name("string")
        .project("string")
        .requestId("string")
        .build());
    
    examplerun_resource_resource_from_datalineagev1 = google_native.datalineage.v1.Run("examplerunResourceResourceFromDatalineagev1",
        process_id="string",
        start_time="string",
        state=google_native.datalineage.v1.RunState.UNKNOWN,
        attributes={
            "string": "string",
        },
        display_name="string",
        end_time="string",
        location="string",
        name="string",
        project="string",
        request_id="string")
    
    const examplerunResourceResourceFromDatalineagev1 = new google_native.datalineage.v1.Run("examplerunResourceResourceFromDatalineagev1", {
        processId: "string",
        startTime: "string",
        state: google_native.datalineage.v1.RunState.Unknown,
        attributes: {
            string: "string",
        },
        displayName: "string",
        endTime: "string",
        location: "string",
        name: "string",
        project: "string",
        requestId: "string",
    });
    
    type: google-native:datalineage/v1:Run
    properties:
        attributes:
            string: string
        displayName: string
        endTime: string
        location: string
        name: string
        processId: string
        project: string
        requestId: string
        startTime: string
        state: UNKNOWN
    

    Run Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Run resource accepts the following input properties:

    ProcessId string
    StartTime string
    The timestamp of the start of the run.
    State Pulumi.GoogleNative.DataLineage.V1.RunState
    The state of the run.
    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.
    DisplayName 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 _-:&.
    EndTime string
    Optional. The timestamp of the end of the run.
    Location string
    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_-:.
    Project string
    RequestId string
    A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.
    ProcessId string
    StartTime string
    The timestamp of the start of the run.
    State RunStateEnum
    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.
    DisplayName 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 _-:&.
    EndTime string
    Optional. The timestamp of the end of the run.
    Location string
    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_-:.
    Project string
    RequestId string
    A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.
    processId String
    startTime String
    The timestamp of the start of the run.
    state RunState
    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.
    displayName 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 _-:&.
    endTime String
    Optional. The timestamp of the end of the run.
    location String
    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_-:.
    project String
    requestId String
    A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.
    processId string
    startTime string
    The timestamp of the start of the run.
    state RunState
    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.
    displayName 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 _-:&.
    endTime string
    Optional. The timestamp of the end of the run.
    location string
    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_-:.
    project string
    requestId string
    A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.
    process_id str
    start_time str
    The timestamp of the start of the run.
    state RunState
    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.
    location str
    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_-:.
    project str
    request_id str
    A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.
    processId String
    startTime String
    The timestamp of the start of the run.
    state "UNKNOWN" | "STARTED" | "COMPLETED" | "FAILED" | "ABORTED"
    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.
    displayName 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 _-:&.
    endTime String
    Optional. The timestamp of the end of the run.
    location String
    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_-:.
    project String
    requestId String
    A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a request_id is provided.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Run resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    RunState, RunStateArgs

    Unknown
    UNKNOWNThe state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.
    Started
    STARTEDThe run is still executing.
    Completed
    COMPLETEDThe run completed.
    Failed
    FAILEDThe run failed.
    Aborted
    ABORTEDThe run aborted.
    RunStateUnknown
    UNKNOWNThe state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.
    RunStateStarted
    STARTEDThe run is still executing.
    RunStateCompleted
    COMPLETEDThe run completed.
    RunStateFailed
    FAILEDThe run failed.
    RunStateAborted
    ABORTEDThe run aborted.
    Unknown
    UNKNOWNThe state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.
    Started
    STARTEDThe run is still executing.
    Completed
    COMPLETEDThe run completed.
    Failed
    FAILEDThe run failed.
    Aborted
    ABORTEDThe run aborted.
    Unknown
    UNKNOWNThe state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.
    Started
    STARTEDThe run is still executing.
    Completed
    COMPLETEDThe run completed.
    Failed
    FAILEDThe run failed.
    Aborted
    ABORTEDThe run aborted.
    UNKNOWN
    UNKNOWNThe state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.
    STARTED
    STARTEDThe run is still executing.
    COMPLETED
    COMPLETEDThe run completed.
    FAILED
    FAILEDThe run failed.
    ABORTED
    ABORTEDThe run aborted.
    "UNKNOWN"
    UNKNOWNThe state is unknown. The true state may be any of the below or a different state that is not supported here explicitly.
    "STARTED"
    STARTEDThe run is still executing.
    "COMPLETED"
    COMPLETEDThe run completed.
    "FAILED"
    FAILEDThe run failed.
    "ABORTED"
    ABORTEDThe run aborted.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    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