1. Registry
  2. Packages
  3. Bytepluscc Provider
  4. API Docs
  5. rdsmysql
  6. getSsl
Viewing docs for bytepluscc v0.0.53
published on Thursday, Sep 10, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.53
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 dictionary
    data "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
    instanceId String
    isValid Boolean
    reloadSslCertificate Boolean
    sslEnable Boolean
    sslExpireTime String
    tlsVersion String
    address string
    id string
    instanceId string
    isValid boolean
    reloadSslCertificate boolean
    sslEnable boolean
    sslExpireTime string
    tlsVersion string
    address String
    id String
    instanceId String
    isValid Boolean
    reloadSslCertificate Boolean
    sslEnable Boolean
    sslExpireTime String
    tlsVersion String

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.53
    published on Thursday, Sep 10, 2026 by Byteplus

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial