Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Plural Data Source schema for Volcengine::RDSPostgreSQL::InstanceSSL
Using getInstanceSsls
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 getInstanceSsls(opts?: InvokeOptions): Promise<GetInstanceSslsResult>
function getInstanceSslsOutput(opts?: InvokeOptions): Output<GetInstanceSslsResult>def get_instance_ssls(opts: Optional[InvokeOptions] = None) -> GetInstanceSslsResult
def get_instance_ssls_output(opts: Optional[InvokeOptions] = None) -> Output[GetInstanceSslsResult]func GetInstanceSsls(ctx *Context, opts ...InvokeOption) (*GetInstanceSslsResult, error)
func GetInstanceSslsOutput(ctx *Context, opts ...InvokeOption) GetInstanceSslsResultOutput> Note: This function is named GetInstanceSsls in the Go SDK.
public static class GetInstanceSsls
{
public static Task<GetInstanceSslsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetInstanceSslsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetInstanceSslsResult> getInstanceSsls(InvokeOptions options)
public static Output<GetInstanceSslsResult> getInstanceSsls(InvokeOptions options)
fn::invoke:
function: volcenginecc:rdspostgresql/getInstanceSsls:getInstanceSsls
arguments:
# arguments dictionarydata "volcenginecc_rdspostgresql_getinstancessls" "name" {
# arguments
}getInstanceSsls Result
The following output properties are available:
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine