dbt Cloud v1.1.1 published on Wednesday, Sep 17, 2025 by Pulumi
dbtcloud.getPrivatelinkEndpoints
Explore with Pulumi AI
Privatelink endpoint data sources.
Using getPrivatelinkEndpoints
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 getPrivatelinkEndpoints(opts?: InvokeOptions): Promise<GetPrivatelinkEndpointsResult>
function getPrivatelinkEndpointsOutput(opts?: InvokeOptions): Output<GetPrivatelinkEndpointsResult>
def get_privatelink_endpoints(opts: Optional[InvokeOptions] = None) -> GetPrivatelinkEndpointsResult
def get_privatelink_endpoints_output(opts: Optional[InvokeOptions] = None) -> Output[GetPrivatelinkEndpointsResult]
func GetPrivatelinkEndpoints(ctx *Context, opts ...InvokeOption) (*GetPrivatelinkEndpointsResult, error)
func GetPrivatelinkEndpointsOutput(ctx *Context, opts ...InvokeOption) GetPrivatelinkEndpointsResultOutput
> Note: This function is named GetPrivatelinkEndpoints
in the Go SDK.
public static class GetPrivatelinkEndpoints
{
public static Task<GetPrivatelinkEndpointsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetPrivatelinkEndpointsResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetPrivatelinkEndpointsResult> getPrivatelinkEndpoints(InvokeOptions options)
public static Output<GetPrivatelinkEndpointsResult> getPrivatelinkEndpoints(InvokeOptions options)
fn::invoke:
function: dbtcloud:index/getPrivatelinkEndpoints:getPrivatelinkEndpoints
arguments:
# arguments dictionary
getPrivatelinkEndpoints Result
The following output properties are available:
- Id string
- The internal ID of the PrivateLink Endpoint
- Id string
- The internal ID of the PrivateLink Endpoint
- id String
- The internal ID of the PrivateLink Endpoint
- id string
- The internal ID of the PrivateLink Endpoint
- id str
- The internal ID of the PrivateLink Endpoint
- id String
- The internal ID of the PrivateLink Endpoint
Package Details
- Repository
- dbtcloud pulumi/pulumi-dbtcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dbtcloud
Terraform Provider.