Databricks v1.46.1 published on Friday, Jun 28, 2024 by Pulumi
databricks.getShare
Explore with Pulumi AI
Example Usage
Getting details of an existing share in the metastore
import * as pulumi from "@pulumi/pulumi";
import * as databricks from "@pulumi/databricks";
const this = databricks.getShare({
    name: "this",
});
export const createdBy = _this.then(_this => _this.createdBy);
import pulumi
import pulumi_databricks as databricks
this = databricks.get_share(name="this")
pulumi.export("createdBy", this.created_by)
package main
import (
	"github.com/pulumi/pulumi-databricks/sdk/go/databricks"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		this, err := databricks.LookupShare(ctx, &databricks.LookupShareArgs{
			Name: pulumi.StringRef("this"),
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("createdBy", this.CreatedBy)
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Databricks = Pulumi.Databricks;
return await Deployment.RunAsync(() => 
{
    var @this = Databricks.GetShare.Invoke(new()
    {
        Name = "this",
    });
    return new Dictionary<string, object?>
    {
        ["createdBy"] = @this.Apply(@this => @this.Apply(getShareResult => getShareResult.CreatedBy)),
    };
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.databricks.DatabricksFunctions;
import com.pulumi.databricks.inputs.GetShareArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var this = DatabricksFunctions.getShare(GetShareArgs.builder()
            .name("this")
            .build());
        ctx.export("createdBy", this_.createdBy());
    }
}
variables:
  this:
    fn::invoke:
      Function: databricks:getShare
      Arguments:
        name: this
outputs:
  createdBy: ${this.createdBy}
Related Resources
The following resources are used in the same context:
- databricks.Share to create Delta Sharing shares.
 - databricks.Recipient to create Delta Sharing recipients.
 - databricks.Grants to manage Delta Sharing permissions.
 
Using getShare
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 getShare(args: GetShareArgs, opts?: InvokeOptions): Promise<GetShareResult>
function getShareOutput(args: GetShareOutputArgs, opts?: InvokeOptions): Output<GetShareResult>def get_share(created_at: Optional[int] = None,
              created_by: Optional[str] = None,
              name: Optional[str] = None,
              objects: Optional[Sequence[GetShareObject]] = None,
              opts: Optional[InvokeOptions] = None) -> GetShareResult
def get_share_output(created_at: Optional[pulumi.Input[int]] = None,
              created_by: Optional[pulumi.Input[str]] = None,
              name: Optional[pulumi.Input[str]] = None,
              objects: Optional[pulumi.Input[Sequence[pulumi.Input[GetShareObjectArgs]]]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetShareResult]func LookupShare(ctx *Context, args *LookupShareArgs, opts ...InvokeOption) (*LookupShareResult, error)
func LookupShareOutput(ctx *Context, args *LookupShareOutputArgs, opts ...InvokeOption) LookupShareResultOutput> Note: This function is named LookupShare in the Go SDK.
public static class GetShare 
{
    public static Task<GetShareResult> InvokeAsync(GetShareArgs args, InvokeOptions? opts = null)
    public static Output<GetShareResult> Invoke(GetShareInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetShareResult> getShare(GetShareArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: databricks:index/getShare:getShare
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Created
At int - Time when the share was created.
 - Created
By string - The principal that created the share.
 - Name string
 - The name of the share
 - Objects
List<Get
Share Object>  - arrays containing details of each object in the share.
 
- Created
At int - Time when the share was created.
 - Created
By string - The principal that created the share.
 - Name string
 - The name of the share
 - Objects
[]Get
Share Object  - arrays containing details of each object in the share.
 
- created
At Integer - Time when the share was created.
 - created
By String - The principal that created the share.
 - name String
 - The name of the share
 - objects
List<Get
Share Object>  - arrays containing details of each object in the share.
 
- created
At number - Time when the share was created.
 - created
By string - The principal that created the share.
 - name string
 - The name of the share
 - objects
Get
Share Object[]  - arrays containing details of each object in the share.
 
- created_
at int - Time when the share was created.
 - created_
by str - The principal that created the share.
 - name str
 - The name of the share
 - objects
Sequence[Get
Share Object]  - arrays containing details of each object in the share.
 
- created
At Number - Time when the share was created.
 - created
By String - The principal that created the share.
 - name String
 - The name of the share
 - objects List<Property Map>
 - arrays containing details of each object in the share.
 
getShare Result
The following output properties are available:
- created_
at int - Time when the share was created.
 - created_
by str - The principal that created the share.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - name str
 - Full name of the object being shared.
 - objects
Sequence[Get
Share Object]  - arrays containing details of each object in the share.
 
Supporting Types
GetShareObject  
- Added
At int - Added
By string - Data
Object stringType  - Type of the object.
 - Name string
 - The name of the share
 - Status string
 - Cdf
Enabled bool - Comment string
 - Description about the object.
 - History
Data stringSharing Status  - Partitions
List<Get
Share Object Partition>  - string
 - Start
Version int 
- Added
At int - Added
By string - Data
Object stringType  - Type of the object.
 - Name string
 - The name of the share
 - Status string
 - Cdf
Enabled bool - Comment string
 - Description about the object.
 - History
Data stringSharing Status  - Partitions
[]Get
Share Object Partition  - string
 - Start
Version int 
- added
At Integer - added
By String - data
Object StringType  - Type of the object.
 - name String
 - The name of the share
 - status String
 - cdf
Enabled Boolean - comment String
 - Description about the object.
 - history
Data StringSharing Status  - partitions
List<Get
Share Object Partition>  - String
 - start
Version Integer 
- added
At number - added
By string - data
Object stringType  - Type of the object.
 - name string
 - The name of the share
 - status string
 - cdf
Enabled boolean - comment string
 - Description about the object.
 - history
Data stringSharing Status  - partitions
Get
Share Object Partition[]  - string
 - start
Version number 
- added_
at int - added_
by str - data_
object_ strtype  - Type of the object.
 - name str
 - The name of the share
 - status str
 - cdf_
enabled bool - comment str
 - Description about the object.
 - history_
data_ strsharing_ status  - partitions
Sequence[Get
Share Object Partition]  - str
 - start_
version int 
- added
At Number - added
By String - data
Object StringType  - Type of the object.
 - name String
 - The name of the share
 - status String
 - cdf
Enabled Boolean - comment String
 - Description about the object.
 - history
Data StringSharing Status  - partitions List<Property Map>
 - String
 - start
Version Number 
GetShareObjectPartition   
GetShareObjectPartitionValue    
- Name string
 - The name of the share
 - Op string
 - Recipient
Property stringKey  - Value string
 
- Name string
 - The name of the share
 - Op string
 - Recipient
Property stringKey  - Value string
 
- name String
 - The name of the share
 - op String
 - recipient
Property StringKey  - value String
 
- name string
 - The name of the share
 - op string
 - recipient
Property stringKey  - value string
 
- name str
 - The name of the share
 - op str
 - recipient_
property_ strkey  - value str
 
- name String
 - The name of the share
 - op String
 - recipient
Property StringKey  - value String
 
Package Details
- Repository
 - databricks pulumi/pulumi-databricks
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
databricksTerraform Provider.