1. Packages
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. MwsVpcEndpoint
Viewing docs for Databricks v0.4.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
databricks logo
Viewing docs for Databricks v0.4.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    Import

    -> Note Importing this resource is not currently supported.

    Create MwsVpcEndpoint Resource

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

    Constructor syntax

    new MwsVpcEndpoint(name: string, args: MwsVpcEndpointArgs, opts?: CustomResourceOptions);
    @overload
    def MwsVpcEndpoint(resource_name: str,
                       args: MwsVpcEndpointArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def MwsVpcEndpoint(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       aws_vpc_endpoint_id: Optional[str] = None,
                       region: Optional[str] = None,
                       vpc_endpoint_name: Optional[str] = None,
                       account_id: Optional[str] = None,
                       aws_account_id: Optional[str] = None,
                       aws_endpoint_service_id: Optional[str] = None,
                       state: Optional[str] = None,
                       use_case: Optional[str] = None,
                       vpc_endpoint_id: Optional[str] = None)
    func NewMwsVpcEndpoint(ctx *Context, name string, args MwsVpcEndpointArgs, opts ...ResourceOption) (*MwsVpcEndpoint, error)
    public MwsVpcEndpoint(string name, MwsVpcEndpointArgs args, CustomResourceOptions? opts = null)
    public MwsVpcEndpoint(String name, MwsVpcEndpointArgs args)
    public MwsVpcEndpoint(String name, MwsVpcEndpointArgs args, CustomResourceOptions options)
    
    type: databricks:MwsVpcEndpoint
    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 MwsVpcEndpointArgs
    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 MwsVpcEndpointArgs
    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 MwsVpcEndpointArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MwsVpcEndpointArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MwsVpcEndpointArgs
    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 mwsVpcEndpointResource = new Databricks.MwsVpcEndpoint("mwsVpcEndpointResource", new()
    {
        AwsVpcEndpointId = "string",
        Region = "string",
        VpcEndpointName = "string",
        AccountId = "string",
        AwsAccountId = "string",
        AwsEndpointServiceId = "string",
        State = "string",
        UseCase = "string",
        VpcEndpointId = "string",
    });
    
    example, err := databricks.NewMwsVpcEndpoint(ctx, "mwsVpcEndpointResource", &databricks.MwsVpcEndpointArgs{
    	AwsVpcEndpointId:     pulumi.String("string"),
    	Region:               pulumi.String("string"),
    	VpcEndpointName:      pulumi.String("string"),
    	AccountId:            pulumi.String("string"),
    	AwsAccountId:         pulumi.String("string"),
    	AwsEndpointServiceId: pulumi.String("string"),
    	State:                pulumi.String("string"),
    	UseCase:              pulumi.String("string"),
    	VpcEndpointId:        pulumi.String("string"),
    })
    
    var mwsVpcEndpointResource = new MwsVpcEndpoint("mwsVpcEndpointResource", MwsVpcEndpointArgs.builder()
        .awsVpcEndpointId("string")
        .region("string")
        .vpcEndpointName("string")
        .accountId("string")
        .awsAccountId("string")
        .awsEndpointServiceId("string")
        .state("string")
        .useCase("string")
        .vpcEndpointId("string")
        .build());
    
    mws_vpc_endpoint_resource = databricks.MwsVpcEndpoint("mwsVpcEndpointResource",
        aws_vpc_endpoint_id="string",
        region="string",
        vpc_endpoint_name="string",
        account_id="string",
        aws_account_id="string",
        aws_endpoint_service_id="string",
        state="string",
        use_case="string",
        vpc_endpoint_id="string")
    
    const mwsVpcEndpointResource = new databricks.MwsVpcEndpoint("mwsVpcEndpointResource", {
        awsVpcEndpointId: "string",
        region: "string",
        vpcEndpointName: "string",
        accountId: "string",
        awsAccountId: "string",
        awsEndpointServiceId: "string",
        state: "string",
        useCase: "string",
        vpcEndpointId: "string",
    });
    
    type: databricks:MwsVpcEndpoint
    properties:
        accountId: string
        awsAccountId: string
        awsEndpointServiceId: string
        awsVpcEndpointId: string
        region: string
        state: string
        useCase: string
        vpcEndpointId: string
        vpcEndpointName: string
    

    MwsVpcEndpoint Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The MwsVpcEndpoint resource accepts the following input properties:

    AwsVpcEndpointId string
    Region string
    Region of AWS VPC
    VpcEndpointName string
    Name of VPC Endpoint in Databricks Account
    AccountId string
    Account Id that could be found in the bottom left corner of Accounts Console
    AwsAccountId string
    AwsEndpointServiceId string
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    State string
    State of VPC Endpoint
    UseCase string
    VpcEndpointId string
    Canonical unique identifier of VPC Endpoint in Databricks Account
    AwsVpcEndpointId string
    Region string
    Region of AWS VPC
    VpcEndpointName string
    Name of VPC Endpoint in Databricks Account
    AccountId string
    Account Id that could be found in the bottom left corner of Accounts Console
    AwsAccountId string
    AwsEndpointServiceId string
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    State string
    State of VPC Endpoint
    UseCase string
    VpcEndpointId string
    Canonical unique identifier of VPC Endpoint in Databricks Account
    awsVpcEndpointId String
    region String
    Region of AWS VPC
    vpcEndpointName String
    Name of VPC Endpoint in Databricks Account
    accountId String
    Account Id that could be found in the bottom left corner of Accounts Console
    awsAccountId String
    awsEndpointServiceId String
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    state String
    State of VPC Endpoint
    useCase String
    vpcEndpointId String
    Canonical unique identifier of VPC Endpoint in Databricks Account
    awsVpcEndpointId string
    region string
    Region of AWS VPC
    vpcEndpointName string
    Name of VPC Endpoint in Databricks Account
    accountId string
    Account Id that could be found in the bottom left corner of Accounts Console
    awsAccountId string
    awsEndpointServiceId string
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    state string
    State of VPC Endpoint
    useCase string
    vpcEndpointId string
    Canonical unique identifier of VPC Endpoint in Databricks Account
    aws_vpc_endpoint_id str
    region str
    Region of AWS VPC
    vpc_endpoint_name str
    Name of VPC Endpoint in Databricks Account
    account_id str
    Account Id that could be found in the bottom left corner of Accounts Console
    aws_account_id str
    aws_endpoint_service_id str
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    state str
    State of VPC Endpoint
    use_case str
    vpc_endpoint_id str
    Canonical unique identifier of VPC Endpoint in Databricks Account
    awsVpcEndpointId String
    region String
    Region of AWS VPC
    vpcEndpointName String
    Name of VPC Endpoint in Databricks Account
    accountId String
    Account Id that could be found in the bottom left corner of Accounts Console
    awsAccountId String
    awsEndpointServiceId String
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    state String
    State of VPC Endpoint
    useCase String
    vpcEndpointId String
    Canonical unique identifier of VPC Endpoint in Databricks Account

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MwsVpcEndpoint 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.

    Look up Existing MwsVpcEndpoint Resource

    Get an existing MwsVpcEndpoint resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: MwsVpcEndpointState, opts?: CustomResourceOptions): MwsVpcEndpoint
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            aws_account_id: Optional[str] = None,
            aws_endpoint_service_id: Optional[str] = None,
            aws_vpc_endpoint_id: Optional[str] = None,
            region: Optional[str] = None,
            state: Optional[str] = None,
            use_case: Optional[str] = None,
            vpc_endpoint_id: Optional[str] = None,
            vpc_endpoint_name: Optional[str] = None) -> MwsVpcEndpoint
    func GetMwsVpcEndpoint(ctx *Context, name string, id IDInput, state *MwsVpcEndpointState, opts ...ResourceOption) (*MwsVpcEndpoint, error)
    public static MwsVpcEndpoint Get(string name, Input<string> id, MwsVpcEndpointState? state, CustomResourceOptions? opts = null)
    public static MwsVpcEndpoint get(String name, Output<String> id, MwsVpcEndpointState state, CustomResourceOptions options)
    resources:  _:    type: databricks:MwsVpcEndpoint    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId string
    Account Id that could be found in the bottom left corner of Accounts Console
    AwsAccountId string
    AwsEndpointServiceId string
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    AwsVpcEndpointId string
    Region string
    Region of AWS VPC
    State string
    State of VPC Endpoint
    UseCase string
    VpcEndpointId string
    Canonical unique identifier of VPC Endpoint in Databricks Account
    VpcEndpointName string
    Name of VPC Endpoint in Databricks Account
    AccountId string
    Account Id that could be found in the bottom left corner of Accounts Console
    AwsAccountId string
    AwsEndpointServiceId string
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    AwsVpcEndpointId string
    Region string
    Region of AWS VPC
    State string
    State of VPC Endpoint
    UseCase string
    VpcEndpointId string
    Canonical unique identifier of VPC Endpoint in Databricks Account
    VpcEndpointName string
    Name of VPC Endpoint in Databricks Account
    accountId String
    Account Id that could be found in the bottom left corner of Accounts Console
    awsAccountId String
    awsEndpointServiceId String
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    awsVpcEndpointId String
    region String
    Region of AWS VPC
    state String
    State of VPC Endpoint
    useCase String
    vpcEndpointId String
    Canonical unique identifier of VPC Endpoint in Databricks Account
    vpcEndpointName String
    Name of VPC Endpoint in Databricks Account
    accountId string
    Account Id that could be found in the bottom left corner of Accounts Console
    awsAccountId string
    awsEndpointServiceId string
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    awsVpcEndpointId string
    region string
    Region of AWS VPC
    state string
    State of VPC Endpoint
    useCase string
    vpcEndpointId string
    Canonical unique identifier of VPC Endpoint in Databricks Account
    vpcEndpointName string
    Name of VPC Endpoint in Databricks Account
    account_id str
    Account Id that could be found in the bottom left corner of Accounts Console
    aws_account_id str
    aws_endpoint_service_id str
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    aws_vpc_endpoint_id str
    region str
    Region of AWS VPC
    state str
    State of VPC Endpoint
    use_case str
    vpc_endpoint_id str
    Canonical unique identifier of VPC Endpoint in Databricks Account
    vpc_endpoint_name str
    Name of VPC Endpoint in Databricks Account
    accountId String
    Account Id that could be found in the bottom left corner of Accounts Console
    awsAccountId String
    awsEndpointServiceId String
    ID of Databricks VPC endpoint service to connect to. Please contact your Databricks representative to request mapping
    awsVpcEndpointId String
    region String
    Region of AWS VPC
    state String
    State of VPC Endpoint
    useCase String
    vpcEndpointId String
    Canonical unique identifier of VPC Endpoint in Databricks Account
    vpcEndpointName String
    Name of VPC Endpoint in Databricks Account

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Viewing docs for Databricks v0.4.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.