Viewing docs for bytepluscc v0.0.53
published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.53
published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus
Data Source schema for Byteplus::RDSMySQL::Ssl
Using getSsl
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 getSsl(args: GetSslArgs, opts?: InvokeOptions): Promise<GetSslResult>
function getSslOutput(args: GetSslOutputArgs, opts?: InvokeOutputOptions): Output<GetSslResult>def get_ssl(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSslResult
def get_ssl_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetSslResult]func LookupSsl(ctx *Context, args *LookupSslArgs, opts ...InvokeOption) (*LookupSslResult, error)
func LookupSslOutput(ctx *Context, args *LookupSslOutputArgs, opts ...InvokeOption) LookupSslResultOutput> Note: This function is named LookupSsl in the Go SDK.
public static class GetSsl
{
public static Task<GetSslResult> InvokeAsync(GetSslArgs args, InvokeOptions? opts = null)
public static Output<GetSslResult> Invoke(GetSslInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetSslResult> Invoke(GetSslInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetSslResult> getSsl(GetSslArgs args, InvokeOptions options)
public static Output<GetSslResult> getSsl(GetSslArgs args, InvokeOptions options)
public static Output<GetSslResult> getSsl(GetSslArgs args, InvokeOutputOptions options)
fn::invoke:
function: bytepluscc:rdsmysql/getSsl:getSsl
arguments:
# arguments dictionarydata "bytepluscc_rdsmysql_get_ssl" "name" {
# arguments
}The following arguments are supported:
- Id string
- Id string
- id string
- id String
- id string
- id str
- id String
getSsl Result
The following output properties are available:
- Address string
- Id string
- Instance
Id string - Is
Valid bool - Reload
Ssl boolCertificate - Ssl
Enable bool - Ssl
Expire stringTime - Tls
Version string
- Address string
- Id string
- Instance
Id string - Is
Valid bool - Reload
Ssl boolCertificate - Ssl
Enable bool - Ssl
Expire stringTime - Tls
Version string
- address string
- id string
- instance_
id string - is_
valid bool - reload_
ssl_ boolcertificate - ssl_
enable bool - ssl_
expire_ stringtime - tls_
version string
- address String
- id String
- instance
Id String - is
Valid Boolean - reload
Ssl BooleanCertificate - ssl
Enable Boolean - ssl
Expire StringTime - tls
Version String
- address string
- id string
- instance
Id string - is
Valid boolean - reload
Ssl booleanCertificate - ssl
Enable boolean - ssl
Expire stringTime - tls
Version string
- address str
- id str
- instance_
id str - is_
valid bool - reload_
ssl_ boolcertificate - ssl_
enable bool - ssl_
expire_ strtime - tls_
version str
- address String
- id String
- instance
Id String - is
Valid Boolean - reload
Ssl BooleanCertificate - ssl
Enable Boolean - ssl
Expire StringTime - tls
Version String
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.53
published on Thursday, Sep 10, 2026 by Byteplus
published on Thursday, Sep 10, 2026 by Byteplus