Yandex v0.13.0 published on Tuesday, Feb 22, 2022 by Pulumi
yandex.getYdbDatabaseServerless
Explore with Pulumi AI
Get information about a Yandex Database serverless cluster. For more information, see the official documentation.
Example Usage
using Pulumi;
using Yandex = Pulumi.Yandex;
class MyStack : Stack
{
public MyStack()
{
var myDatabase = Output.Create(Yandex.GetYdbDatabaseServerless.InvokeAsync(new Yandex.GetYdbDatabaseServerlessArgs
{
DatabaseId = "some_ydb_serverless_database_id",
}));
this.YdbApiEndpoint = myDatabase.Apply(myDatabase => myDatabase.YdbApiEndpoint);
}
[Output("ydbApiEndpoint")]
public Output<string> YdbApiEndpoint { get; set; }
}
package main
import (
"github.com/pulumi/pulumi-yandex/sdk/go/yandex"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
opt0 := "some_ydb_serverless_database_id"
myDatabase, err := yandex.LookupYdbDatabaseServerless(ctx, &GetYdbDatabaseServerlessArgs{
DatabaseId: &opt0,
}, nil)
if err != nil {
return err
}
ctx.Export("ydbApiEndpoint", myDatabase.YdbApiEndpoint)
return nil
})
}
Coming soon!
import pulumi
import pulumi_yandex as yandex
my_database = yandex.get_ydb_database_serverless(database_id="some_ydb_serverless_database_id")
pulumi.export("ydbApiEndpoint", my_database.ydb_api_endpoint)
import * as pulumi from "@pulumi/pulumi";
import * as yandex from "@pulumi/yandex";
const myDatabase = pulumi.output(yandex.getYdbDatabaseServerless({
databaseId: "some_ydb_serverless_database_id",
}));
export const ydbApiEndpoint = myDatabase.ydbApiEndpoint;
Coming soon!
Using getYdbDatabaseServerless
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 getYdbDatabaseServerless(args: GetYdbDatabaseServerlessArgs, opts?: InvokeOptions): Promise<GetYdbDatabaseServerlessResult>
function getYdbDatabaseServerlessOutput(args: GetYdbDatabaseServerlessOutputArgs, opts?: InvokeOptions): Output<GetYdbDatabaseServerlessResult>
def get_ydb_database_serverless(database_id: Optional[str] = None,
folder_id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetYdbDatabaseServerlessResult
def get_ydb_database_serverless_output(database_id: Optional[pulumi.Input[str]] = None,
folder_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetYdbDatabaseServerlessResult]
func LookupYdbDatabaseServerless(ctx *Context, args *LookupYdbDatabaseServerlessArgs, opts ...InvokeOption) (*LookupYdbDatabaseServerlessResult, error)
func LookupYdbDatabaseServerlessOutput(ctx *Context, args *LookupYdbDatabaseServerlessOutputArgs, opts ...InvokeOption) LookupYdbDatabaseServerlessResultOutput
> Note: This function is named LookupYdbDatabaseServerless
in the Go SDK.
public static class GetYdbDatabaseServerless
{
public static Task<GetYdbDatabaseServerlessResult> InvokeAsync(GetYdbDatabaseServerlessArgs args, InvokeOptions? opts = null)
public static Output<GetYdbDatabaseServerlessResult> Invoke(GetYdbDatabaseServerlessInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetYdbDatabaseServerlessResult> getYdbDatabaseServerless(GetYdbDatabaseServerlessArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: yandex:index/getYdbDatabaseServerless:getYdbDatabaseServerless
arguments:
# arguments dictionary
The following arguments are supported:
- Database
Id string - ID of the Yandex Database serverless cluster.
- Folder
Id string - ID of the folder that the Yandex Database serverless cluster belongs to. It will be deduced from provider configuration if not set explicitly.
- Name string
- Name of the Yandex Database serverless cluster.
- Database
Id string - ID of the Yandex Database serverless cluster.
- Folder
Id string - ID of the folder that the Yandex Database serverless cluster belongs to. It will be deduced from provider configuration if not set explicitly.
- Name string
- Name of the Yandex Database serverless cluster.
- database
Id String - ID of the Yandex Database serverless cluster.
- folder
Id String - ID of the folder that the Yandex Database serverless cluster belongs to. It will be deduced from provider configuration if not set explicitly.
- name String
- Name of the Yandex Database serverless cluster.
- database
Id string - ID of the Yandex Database serverless cluster.
- folder
Id string - ID of the folder that the Yandex Database serverless cluster belongs to. It will be deduced from provider configuration if not set explicitly.
- name string
- Name of the Yandex Database serverless cluster.
- database_
id str - ID of the Yandex Database serverless cluster.
- folder_
id str - ID of the folder that the Yandex Database serverless cluster belongs to. It will be deduced from provider configuration if not set explicitly.
- name str
- Name of the Yandex Database serverless cluster.
- database
Id String - ID of the Yandex Database serverless cluster.
- folder
Id String - ID of the folder that the Yandex Database serverless cluster belongs to. It will be deduced from provider configuration if not set explicitly.
- name String
- Name of the Yandex Database serverless cluster.
getYdbDatabaseServerless Result
The following output properties are available:
- Created
At string - The Yandex Database serverless cluster creation timestamp.
- Database
Path string - Full database path of the Yandex Database serverless cluster. Useful for SDK configuration.
- Description string
- A description of the Yandex Database serverless cluster.
- Document
Api stringEndpoint - Document API endpoint of the Yandex Database serverless cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- A set of key/value label pairs assigned to the Yandex Database serverless cluster.
- Location
Id string - Location ID of the Yandex Database serverless cluster.
- Status string
- Status of the Yandex Database serverless cluster.
- Tls
Enabled bool - Whether TLS is enabled for the Yandex Database serverless cluster. Useful for SDK configuration.
- Ydb
Api stringEndpoint - API endpoint of the Yandex Database serverless cluster. Useful for SDK configuration.
- Ydb
Full stringEndpoint - Full endpoint of the Yandex Database serverless cluster.
- Database
Id string - Folder
Id string - Name string
- Created
At string - The Yandex Database serverless cluster creation timestamp.
- Database
Path string - Full database path of the Yandex Database serverless cluster. Useful for SDK configuration.
- Description string
- A description of the Yandex Database serverless cluster.
- Document
Api stringEndpoint - Document API endpoint of the Yandex Database serverless cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- A set of key/value label pairs assigned to the Yandex Database serverless cluster.
- Location
Id string - Location ID of the Yandex Database serverless cluster.
- Status string
- Status of the Yandex Database serverless cluster.
- Tls
Enabled bool - Whether TLS is enabled for the Yandex Database serverless cluster. Useful for SDK configuration.
- Ydb
Api stringEndpoint - API endpoint of the Yandex Database serverless cluster. Useful for SDK configuration.
- Ydb
Full stringEndpoint - Full endpoint of the Yandex Database serverless cluster.
- Database
Id string - Folder
Id string - Name string
- created
At String - The Yandex Database serverless cluster creation timestamp.
- database
Path String - Full database path of the Yandex Database serverless cluster. Useful for SDK configuration.
- description String
- A description of the Yandex Database serverless cluster.
- document
Api StringEndpoint - Document API endpoint of the Yandex Database serverless cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- A set of key/value label pairs assigned to the Yandex Database serverless cluster.
- location
Id String - Location ID of the Yandex Database serverless cluster.
- status String
- Status of the Yandex Database serverless cluster.
- tls
Enabled Boolean - Whether TLS is enabled for the Yandex Database serverless cluster. Useful for SDK configuration.
- ydb
Api StringEndpoint - API endpoint of the Yandex Database serverless cluster. Useful for SDK configuration.
- ydb
Full StringEndpoint - Full endpoint of the Yandex Database serverless cluster.
- database
Id String - folder
Id String - name String
- created
At string - The Yandex Database serverless cluster creation timestamp.
- database
Path string - Full database path of the Yandex Database serverless cluster. Useful for SDK configuration.
- description string
- A description of the Yandex Database serverless cluster.
- document
Api stringEndpoint - Document API endpoint of the Yandex Database serverless cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- A set of key/value label pairs assigned to the Yandex Database serverless cluster.
- location
Id string - Location ID of the Yandex Database serverless cluster.
- status string
- Status of the Yandex Database serverless cluster.
- tls
Enabled boolean - Whether TLS is enabled for the Yandex Database serverless cluster. Useful for SDK configuration.
- ydb
Api stringEndpoint - API endpoint of the Yandex Database serverless cluster. Useful for SDK configuration.
- ydb
Full stringEndpoint - Full endpoint of the Yandex Database serverless cluster.
- database
Id string - folder
Id string - name string
- created_
at str - The Yandex Database serverless cluster creation timestamp.
- database_
path str - Full database path of the Yandex Database serverless cluster. Useful for SDK configuration.
- description str
- A description of the Yandex Database serverless cluster.
- document_
api_ strendpoint - Document API endpoint of the Yandex Database serverless cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- A set of key/value label pairs assigned to the Yandex Database serverless cluster.
- location_
id str - Location ID of the Yandex Database serverless cluster.
- status str
- Status of the Yandex Database serverless cluster.
- tls_
enabled bool - Whether TLS is enabled for the Yandex Database serverless cluster. Useful for SDK configuration.
- ydb_
api_ strendpoint - API endpoint of the Yandex Database serverless cluster. Useful for SDK configuration.
- ydb_
full_ strendpoint - Full endpoint of the Yandex Database serverless cluster.
- database_
id str - folder_
id str - name str
- created
At String - The Yandex Database serverless cluster creation timestamp.
- database
Path String - Full database path of the Yandex Database serverless cluster. Useful for SDK configuration.
- description String
- A description of the Yandex Database serverless cluster.
- document
Api StringEndpoint - Document API endpoint of the Yandex Database serverless cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- A set of key/value label pairs assigned to the Yandex Database serverless cluster.
- location
Id String - Location ID of the Yandex Database serverless cluster.
- status String
- Status of the Yandex Database serverless cluster.
- tls
Enabled Boolean - Whether TLS is enabled for the Yandex Database serverless cluster. Useful for SDK configuration.
- ydb
Api StringEndpoint - API endpoint of the Yandex Database serverless cluster. Useful for SDK configuration.
- ydb
Full StringEndpoint - Full endpoint of the Yandex Database serverless cluster.
- database
Id String - folder
Id String - name String
Package Details
- Repository
- Yandex pulumi/pulumi-yandex
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
yandex
Terraform Provider.