1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. clb
  5. getCertificate
volcenginecc v0.0.4 published on Monday, Nov 3, 2025 by Volcengine

volcenginecc.clb.getCertificate

Get Started
volcenginecc logo
volcenginecc v0.0.4 published on Monday, Nov 3, 2025 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
    证书的ID。
    CertificateName string
    证书的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 128个字符。
    CreatedTime string
    证书的创建时间。
    Description string
    证书的描述,默认值为空字符串。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
    DomainName string
    证书的主域名。
    ExpiredAt string
    证书的过期时间。
    Id string
    Uniquely identifies the resource.
    Listeners List<string>
    证书关联的监听器的ID。
    PrivateKey string
    证书的私钥。
    ProjectName string
    证书所属项目的名称。不填默认为default。
    PublicKey string
    证书的公钥。
    ServiceManaged bool
    是否为托管资源。true:托管资源。false:非托管资源。
    SubjectAlternativeNames List<string>
    证书的备用域名列表。
    Tags List<Volcengine.GetCertificateTag>
    标签列表。
    CertificateId string
    证书的ID。
    CertificateName string
    证书的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 128个字符。
    CreatedTime string
    证书的创建时间。
    Description string
    证书的描述,默认值为空字符串。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
    DomainName string
    证书的主域名。
    ExpiredAt string
    证书的过期时间。
    Id string
    Uniquely identifies the resource.
    Listeners []string
    证书关联的监听器的ID。
    PrivateKey string
    证书的私钥。
    ProjectName string
    证书所属项目的名称。不填默认为default。
    PublicKey string
    证书的公钥。
    ServiceManaged bool
    是否为托管资源。true:托管资源。false:非托管资源。
    SubjectAlternativeNames []string
    证书的备用域名列表。
    Tags []GetCertificateTag
    标签列表。
    certificateId String
    证书的ID。
    certificateName String
    证书的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 128个字符。
    createdTime String
    证书的创建时间。
    description String
    证书的描述,默认值为空字符串。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
    domainName String
    证书的主域名。
    expiredAt String
    证书的过期时间。
    id String
    Uniquely identifies the resource.
    listeners List<String>
    证书关联的监听器的ID。
    privateKey String
    证书的私钥。
    projectName String
    证书所属项目的名称。不填默认为default。
    publicKey String
    证书的公钥。
    serviceManaged Boolean
    是否为托管资源。true:托管资源。false:非托管资源。
    subjectAlternativeNames List<String>
    证书的备用域名列表。
    tags List<GetCertificateTag>
    标签列表。
    certificateId string
    证书的ID。
    certificateName string
    证书的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 128个字符。
    createdTime string
    证书的创建时间。
    description string
    证书的描述,默认值为空字符串。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
    domainName string
    证书的主域名。
    expiredAt string
    证书的过期时间。
    id string
    Uniquely identifies the resource.
    listeners string[]
    证书关联的监听器的ID。
    privateKey string
    证书的私钥。
    projectName string
    证书所属项目的名称。不填默认为default。
    publicKey string
    证书的公钥。
    serviceManaged boolean
    是否为托管资源。true:托管资源。false:非托管资源。
    subjectAlternativeNames string[]
    证书的备用域名列表。
    tags GetCertificateTag[]
    标签列表。
    certificate_id str
    证书的ID。
    certificate_name str
    证书的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 128个字符。
    created_time str
    证书的创建时间。
    description str
    证书的描述,默认值为空字符串。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
    domain_name str
    证书的主域名。
    expired_at str
    证书的过期时间。
    id str
    Uniquely identifies the resource.
    listeners Sequence[str]
    证书关联的监听器的ID。
    private_key str
    证书的私钥。
    project_name str
    证书所属项目的名称。不填默认为default。
    public_key str
    证书的公钥。
    service_managed bool
    是否为托管资源。true:托管资源。false:非托管资源。
    subject_alternative_names Sequence[str]
    证书的备用域名列表。
    tags Sequence[GetCertificateTag]
    标签列表。
    certificateId String
    证书的ID。
    certificateName String
    证书的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制为1 ~ 128个字符。
    createdTime String
    证书的创建时间。
    description String
    证书的描述,默认值为空字符串。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
    domainName String
    证书的主域名。
    expiredAt String
    证书的过期时间。
    id String
    Uniquely identifies the resource.
    listeners List<String>
    证书关联的监听器的ID。
    privateKey String
    证书的私钥。
    projectName String
    证书所属项目的名称。不填默认为default。
    publicKey String
    证书的公钥。
    serviceManaged Boolean
    是否为托管资源。true:托管资源。false:非托管资源。
    subjectAlternativeNames List<String>
    证书的备用域名列表。
    tags List<Property Map>
    标签列表。

    Supporting Types

    GetCertificateTag

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    volcenginecc v0.0.4 published on Monday, Nov 3, 2025 by Volcengine
      Meet Neo: Your AI Platform Teammate