1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. clb
  6. getCertificate
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::CLB::Certificate

    Using getCertificate

    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 getCertificate(args: GetCertificateArgs, opts?: InvokeOptions): Promise<GetCertificateResult>
    function getCertificateOutput(args: GetCertificateOutputArgs, opts?: InvokeOptions): Output<GetCertificateResult>
    def get_certificate(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetCertificateResult
    def get_certificate_output(id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetCertificateResult]
    func LookupCertificate(ctx *Context, args *LookupCertificateArgs, opts ...InvokeOption) (*LookupCertificateResult, error)
    func LookupCertificateOutput(ctx *Context, args *LookupCertificateOutputArgs, opts ...InvokeOption) LookupCertificateResultOutput

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

    public static class GetCertificate 
    {
        public static Task<GetCertificateResult> InvokeAsync(GetCertificateArgs args, InvokeOptions? opts = null)
        public static Output<GetCertificateResult> Invoke(GetCertificateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
    public static Output<GetCertificateResult> getCertificate(GetCertificateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:clb/getCertificate:getCertificate
      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.

    getCertificate Result

    The following output properties are available:

    CertificateId string
    Certificate ID.
    CertificateName string
    Certificate name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters.
    CreatedTime string
    Certificate creation time.
    Description string
    Certificate description. Default value is an empty string. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
    DomainName string
    Certificate primary domain name.
    ExpiredAt string
    Certificate expiration time.
    Id string
    Uniquely identifies the resource.
    Listeners List<string>
    ID of the listener associated with the certificate.
    PrivateKey string
    Certificate private key.
    ProjectName string
    Name of the project the certificate belongs to. If not specified, defaults to 'default'.
    PublicKey string
    Certificate public key.
    ServiceManaged bool
    Managed resource status. true: managed resource. false: unmanaged resource.
    SubjectAlternativeNames List<string>
    List of alternate domain names for the certificate.
    Tags List<Volcengine.GetCertificateTag>
    Tag list.
    CertificateId string
    Certificate ID.
    CertificateName string
    Certificate name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters.
    CreatedTime string
    Certificate creation time.
    Description string
    Certificate description. Default value is an empty string. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
    DomainName string
    Certificate primary domain name.
    ExpiredAt string
    Certificate expiration time.
    Id string
    Uniquely identifies the resource.
    Listeners []string
    ID of the listener associated with the certificate.
    PrivateKey string
    Certificate private key.
    ProjectName string
    Name of the project the certificate belongs to. If not specified, defaults to 'default'.
    PublicKey string
    Certificate public key.
    ServiceManaged bool
    Managed resource status. true: managed resource. false: unmanaged resource.
    SubjectAlternativeNames []string
    List of alternate domain names for the certificate.
    Tags []GetCertificateTag
    Tag list.
    certificateId String
    Certificate ID.
    certificateName String
    Certificate name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters.
    createdTime String
    Certificate creation time.
    description String
    Certificate description. Default value is an empty string. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
    domainName String
    Certificate primary domain name.
    expiredAt String
    Certificate expiration time.
    id String
    Uniquely identifies the resource.
    listeners List<String>
    ID of the listener associated with the certificate.
    privateKey String
    Certificate private key.
    projectName String
    Name of the project the certificate belongs to. If not specified, defaults to 'default'.
    publicKey String
    Certificate public key.
    serviceManaged Boolean
    Managed resource status. true: managed resource. false: unmanaged resource.
    subjectAlternativeNames List<String>
    List of alternate domain names for the certificate.
    tags List<GetCertificateTag>
    Tag list.
    certificateId string
    Certificate ID.
    certificateName string
    Certificate name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters.
    createdTime string
    Certificate creation time.
    description string
    Certificate description. Default value is an empty string. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
    domainName string
    Certificate primary domain name.
    expiredAt string
    Certificate expiration time.
    id string
    Uniquely identifies the resource.
    listeners string[]
    ID of the listener associated with the certificate.
    privateKey string
    Certificate private key.
    projectName string
    Name of the project the certificate belongs to. If not specified, defaults to 'default'.
    publicKey string
    Certificate public key.
    serviceManaged boolean
    Managed resource status. true: managed resource. false: unmanaged resource.
    subjectAlternativeNames string[]
    List of alternate domain names for the certificate.
    tags GetCertificateTag[]
    Tag list.
    certificate_id str
    Certificate ID.
    certificate_name str
    Certificate name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters.
    created_time str
    Certificate creation time.
    description str
    Certificate description. Default value is an empty string. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
    domain_name str
    Certificate primary domain name.
    expired_at str
    Certificate expiration time.
    id str
    Uniquely identifies the resource.
    listeners Sequence[str]
    ID of the listener associated with the certificate.
    private_key str
    Certificate private key.
    project_name str
    Name of the project the certificate belongs to. If not specified, defaults to 'default'.
    public_key str
    Certificate public key.
    service_managed bool
    Managed resource status. true: managed resource. false: unmanaged resource.
    subject_alternative_names Sequence[str]
    List of alternate domain names for the certificate.
    tags Sequence[GetCertificateTag]
    Tag list.
    certificateId String
    Certificate ID.
    certificateName String
    Certificate name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters.
    createdTime String
    Certificate creation time.
    description String
    Certificate description. Default value is an empty string. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
    domainName String
    Certificate primary domain name.
    expiredAt String
    Certificate expiration time.
    id String
    Uniquely identifies the resource.
    listeners List<String>
    ID of the listener associated with the certificate.
    privateKey String
    Certificate private key.
    projectName String
    Name of the project the certificate belongs to. If not specified, defaults to 'default'.
    publicKey String
    Certificate public key.
    serviceManaged Boolean
    Managed resource status. true: managed resource. false: unmanaged resource.
    subjectAlternativeNames List<String>
    List of alternate domain names for the certificate.
    tags List<Property Map>
    Tag list.

    Supporting Types

    GetCertificateTag

    Key string
    User tag key.
    Value string
    User tag value.
    Key string
    User tag key.
    Value string
    User tag value.
    key String
    User tag key.
    value String
    User tag value.
    key string
    User tag key.
    value string
    User tag value.
    key str
    User tag key.
    value str
    User tag value.
    key String
    User tag key.
    value String
    User tag value.

    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.