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
Data Source schema for Volcengine::RDSPostgreSQL::InstanceSSL
Using getInstanceSsl
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 getInstanceSsl(args: GetInstanceSslArgs, opts?: InvokeOptions): Promise<GetInstanceSslResult>
function getInstanceSslOutput(args: GetInstanceSslOutputArgs, opts?: InvokeOptions): Output<GetInstanceSslResult>def get_instance_ssl(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInstanceSslResult
def get_instance_ssl_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInstanceSslResult]func LookupInstanceSsl(ctx *Context, args *LookupInstanceSslArgs, opts ...InvokeOption) (*LookupInstanceSslResult, error)
func LookupInstanceSslOutput(ctx *Context, args *LookupInstanceSslOutputArgs, opts ...InvokeOption) LookupInstanceSslResultOutput> Note: This function is named LookupInstanceSsl in the Go SDK.
public static class GetInstanceSsl
{
public static Task<GetInstanceSslResult> InvokeAsync(GetInstanceSslArgs args, InvokeOptions? opts = null)
public static Output<GetInstanceSslResult> Invoke(GetInstanceSslInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInstanceSslResult> getInstanceSsl(GetInstanceSslArgs args, InvokeOptions options)
public static Output<GetInstanceSslResult> getInstanceSsl(GetInstanceSslArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:rdspostgresql/getInstanceSsl:getInstanceSsl
arguments:
# arguments dictionarydata "volcenginecc_rdspostgresql_getinstancessl" "name" {
# arguments
}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 string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getInstanceSsl Result
The following output properties are available:
- Addresses List<string>
- Protected address.
- Force
Encryption bool - Is force encryption enabled? Value: true: Yes. false: No.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID.
- Is
Valid bool - Is the SSL certificate valid? Value: true: Yes. false: No.
- Reload
Ssl boolCertificate - If set to true, the SSL certificate validity period will be updated.
- Ssl
Enable bool - Is SSL functionality enabled? Value: true: Yes. false: No.
- Ssl
Expire stringTime - SSL certificate expiration time. Format: yyyy-MM-ddTHH:mm:ss (UTC).
- Tls
Versions List<string> - Supported TLS versions.
- Addresses []string
- Protected address.
- Force
Encryption bool - Is force encryption enabled? Value: true: Yes. false: No.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID.
- Is
Valid bool - Is the SSL certificate valid? Value: true: Yes. false: No.
- Reload
Ssl boolCertificate - If set to true, the SSL certificate validity period will be updated.
- Ssl
Enable bool - Is SSL functionality enabled? Value: true: Yes. false: No.
- Ssl
Expire stringTime - SSL certificate expiration time. Format: yyyy-MM-ddTHH:mm:ss (UTC).
- Tls
Versions []string - Supported TLS versions.
- addresses list(string)
- Protected address.
- force_
encryption bool - Is force encryption enabled? Value: true: Yes. false: No.
- id string
- Uniquely identifies the resource.
- instance_
id string - Instance ID.
- is_
valid bool - Is the SSL certificate valid? Value: true: Yes. false: No.
- reload_
ssl_ boolcertificate - If set to true, the SSL certificate validity period will be updated.
- ssl_
enable bool - Is SSL functionality enabled? Value: true: Yes. false: No.
- ssl_
expire_ stringtime - SSL certificate expiration time. Format: yyyy-MM-ddTHH:mm:ss (UTC).
- tls_
versions list(string) - Supported TLS versions.
- addresses List<String>
- Protected address.
- force
Encryption Boolean - Is force encryption enabled? Value: true: Yes. false: No.
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID.
- is
Valid Boolean - Is the SSL certificate valid? Value: true: Yes. false: No.
- reload
Ssl BooleanCertificate - If set to true, the SSL certificate validity period will be updated.
- ssl
Enable Boolean - Is SSL functionality enabled? Value: true: Yes. false: No.
- ssl
Expire StringTime - SSL certificate expiration time. Format: yyyy-MM-ddTHH:mm:ss (UTC).
- tls
Versions List<String> - Supported TLS versions.
- addresses string[]
- Protected address.
- force
Encryption boolean - Is force encryption enabled? Value: true: Yes. false: No.
- id string
- Uniquely identifies the resource.
- instance
Id string - Instance ID.
- is
Valid boolean - Is the SSL certificate valid? Value: true: Yes. false: No.
- reload
Ssl booleanCertificate - If set to true, the SSL certificate validity period will be updated.
- ssl
Enable boolean - Is SSL functionality enabled? Value: true: Yes. false: No.
- ssl
Expire stringTime - SSL certificate expiration time. Format: yyyy-MM-ddTHH:mm:ss (UTC).
- tls
Versions string[] - Supported TLS versions.
- addresses Sequence[str]
- Protected address.
- force_
encryption bool - Is force encryption enabled? Value: true: Yes. false: No.
- id str
- Uniquely identifies the resource.
- instance_
id str - Instance ID.
- is_
valid bool - Is the SSL certificate valid? Value: true: Yes. false: No.
- reload_
ssl_ boolcertificate - If set to true, the SSL certificate validity period will be updated.
- ssl_
enable bool - Is SSL functionality enabled? Value: true: Yes. false: No.
- ssl_
expire_ strtime - SSL certificate expiration time. Format: yyyy-MM-ddTHH:mm:ss (UTC).
- tls_
versions Sequence[str] - Supported TLS versions.
- addresses List<String>
- Protected address.
- force
Encryption Boolean - Is force encryption enabled? Value: true: Yes. false: No.
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID.
- is
Valid Boolean - Is the SSL certificate valid? Value: true: Yes. false: No.
- reload
Ssl BooleanCertificate - If set to true, the SSL certificate validity period will be updated.
- ssl
Enable Boolean - Is SSL functionality enabled? Value: true: Yes. false: No.
- ssl
Expire StringTime - SSL certificate expiration time. Format: yyyy-MM-ddTHH:mm:ss (UTC).
- tls
Versions List<String> - Supported TLS versions.
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