1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. mongodb
  6. getSslState
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::MongoDB::SSLState

    Using getSslState

    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 getSslState(args: GetSslStateArgs, opts?: InvokeOptions): Promise<GetSslStateResult>
    function getSslStateOutput(args: GetSslStateOutputArgs, opts?: InvokeOptions): Output<GetSslStateResult>
    def get_ssl_state(id: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetSslStateResult
    def get_ssl_state_output(id: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetSslStateResult]
    func LookupSslState(ctx *Context, args *LookupSslStateArgs, opts ...InvokeOption) (*LookupSslStateResult, error)
    func LookupSslStateOutput(ctx *Context, args *LookupSslStateOutputArgs, opts ...InvokeOption) LookupSslStateResultOutput

    > Note: This function is named LookupSslState in the Go SDK.

    public static class GetSslState 
    {
        public static Task<GetSslStateResult> InvokeAsync(GetSslStateArgs args, InvokeOptions? opts = null)
        public static Output<GetSslStateResult> Invoke(GetSslStateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSslStateResult> getSslState(GetSslStateArgs args, InvokeOptions options)
    public static Output<GetSslStateResult> getSslState(GetSslStateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:mongodb/getSslState:getSslState
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getSslState Result

    The following output properties are available:

    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    IsValid bool
    Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
    SslAction string
    Perform operations on the SSL encryption feature. Possible values: - Open (default): Enable SSL encryption - Close: Disable SSL encryption - Update: Update SSL certificate validity period. You can update the SSL certificate validity period only after SSL encryption is enabled.
    SslEnable bool
    Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
    SslExpiredTime string
    SSL certificate expiration time, formatted as yyyy-MM-ddTHH:mm:ssZ (UTC). This parameter is returned only when the SSL certificate is valid (that is, IsValid is true).
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    IsValid bool
    Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
    SslAction string
    Perform operations on the SSL encryption feature. Possible values: - Open (default): Enable SSL encryption - Close: Disable SSL encryption - Update: Update SSL certificate validity period. You can update the SSL certificate validity period only after SSL encryption is enabled.
    SslEnable bool
    Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
    SslExpiredTime string
    SSL certificate expiration time, formatted as yyyy-MM-ddTHH:mm:ssZ (UTC). This parameter is returned only when the SSL certificate is valid (that is, IsValid is true).
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    isValid Boolean
    Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
    sslAction String
    Perform operations on the SSL encryption feature. Possible values: - Open (default): Enable SSL encryption - Close: Disable SSL encryption - Update: Update SSL certificate validity period. You can update the SSL certificate validity period only after SSL encryption is enabled.
    sslEnable Boolean
    Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
    sslExpiredTime String
    SSL certificate expiration time, formatted as yyyy-MM-ddTHH:mm:ssZ (UTC). This parameter is returned only when the SSL certificate is valid (that is, IsValid is true).
    id string
    Uniquely identifies the resource.
    instanceId string
    Instance ID
    isValid boolean
    Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
    sslAction string
    Perform operations on the SSL encryption feature. Possible values: - Open (default): Enable SSL encryption - Close: Disable SSL encryption - Update: Update SSL certificate validity period. You can update the SSL certificate validity period only after SSL encryption is enabled.
    sslEnable boolean
    Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
    sslExpiredTime string
    SSL certificate expiration time, formatted as yyyy-MM-ddTHH:mm:ssZ (UTC). This parameter is returned only when the SSL certificate is valid (that is, IsValid is true).
    id str
    Uniquely identifies the resource.
    instance_id str
    Instance ID
    is_valid bool
    Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
    ssl_action str
    Perform operations on the SSL encryption feature. Possible values: - Open (default): Enable SSL encryption - Close: Disable SSL encryption - Update: Update SSL certificate validity period. You can update the SSL certificate validity period only after SSL encryption is enabled.
    ssl_enable bool
    Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
    ssl_expired_time str
    SSL certificate expiration time, formatted as yyyy-MM-ddTHH:mm:ssZ (UTC). This parameter is returned only when the SSL certificate is valid (that is, IsValid is true).
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    isValid Boolean
    Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
    sslAction String
    Perform operations on the SSL encryption feature. Possible values: - Open (default): Enable SSL encryption - Close: Disable SSL encryption - Update: Update SSL certificate validity period. You can update the SSL certificate validity period only after SSL encryption is enabled.
    sslEnable Boolean
    Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
    sslExpiredTime String
    SSL certificate expiration time, formatted as yyyy-MM-ddTHH:mm:ssZ (UTC). This parameter is returned only when the SSL certificate is valid (that is, IsValid is true).

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.