Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
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 dictionaryThe 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.
- Instance
Id string - Instance ID
- Is
Valid bool - Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
- Ssl
Action 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.
- Ssl
Enable bool - Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
- Ssl
Expired stringTime - 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.
- Instance
Id string - Instance ID
- Is
Valid bool - Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
- Ssl
Action 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.
- Ssl
Enable bool - Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
- Ssl
Expired stringTime - 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.
- instance
Id String - Instance ID
- is
Valid Boolean - Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
- ssl
Action 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.
- ssl
Enable Boolean - Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
- ssl
Expired StringTime - 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.
- instance
Id string - Instance ID
- is
Valid boolean - Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
- ssl
Action 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.
- ssl
Enable boolean - Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
- ssl
Expired stringTime - 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_ strtime - 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.
- instance
Id String - Instance ID
- is
Valid Boolean - Whether the SSL certificate is valid. Possible values: - true: Valid - false: Invalid
- ssl
Action 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.
- ssl
Enable Boolean - Whether SSL encryption is enabled. Possible values: - true: Enabled - false: Disabled
- ssl
Expired StringTime - 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
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
