Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
Deprecated: volcengine.alb.AllCertificates has been deprecated in favor of volcengine.alb.getAllCertificates
Using AllCertificates
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 allCertificates(args: AllCertificatesArgs, opts?: InvokeOptions): Promise<AllCertificatesResult>
function allCertificatesOutput(args: AllCertificatesOutputArgs, opts?: InvokeOptions): Output<AllCertificatesResult>def all_certificates(certificate_name: Optional[str] = None,
certificate_type: Optional[str] = None,
ids: Optional[Sequence[str]] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
project_name: Optional[str] = None,
tags: Optional[Sequence[AllCertificatesTag]] = None,
opts: Optional[InvokeOptions] = None) -> AllCertificatesResult
def all_certificates_output(certificate_name: Optional[pulumi.Input[str]] = None,
certificate_type: Optional[pulumi.Input[str]] = None,
ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
project_name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[AllCertificatesTagArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[AllCertificatesResult]func AllCertificates(ctx *Context, args *AllCertificatesArgs, opts ...InvokeOption) (*AllCertificatesResult, error)
func AllCertificatesOutput(ctx *Context, args *AllCertificatesOutputArgs, opts ...InvokeOption) AllCertificatesResultOutputpublic static class AllCertificates
{
public static Task<AllCertificatesResult> InvokeAsync(AllCertificatesArgs args, InvokeOptions? opts = null)
public static Output<AllCertificatesResult> Invoke(AllCertificatesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<AllCertificatesResult> allCertificates(AllCertificatesArgs args, InvokeOptions options)
public static Output<AllCertificatesResult> allCertificates(AllCertificatesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:alb:AllCertificates
arguments:
# arguments dictionaryThe following arguments are supported:
- Certificate
Name string - Certificate
Type string - Ids List<string>
- Name
Regex string - Output
File string - Project
Name string -
List<All
Certificates Tag>
- Certificate
Name string - Certificate
Type string - Ids []string
- Name
Regex string - Output
File string - Project
Name string -
[]All
Certificates Tag
- certificate
Name String - certificate
Type String - ids List<String>
- name
Regex String - output
File String - project
Name String -
List<All
Certificates Tag>
- certificate
Name string - certificate
Type string - ids string[]
- name
Regex string - output
File string - project
Name string -
All
Certificates Tag[]
- certificate_
name str - certificate_
type str - ids Sequence[str]
- name_
regex str - output_
file str - project_
name str -
Sequence[All
Certificates Tag]
- certificate
Name String - certificate
Type String - ids List<String>
- name
Regex String - output
File String - project
Name String - List<Property Map>
AllCertificates Result
The following output properties are available:
- Certificates
List<All
Certificates Certificate> - Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - Certificate
Name string - Certificate
Type string - Ids List<string>
- Name
Regex string - Output
File string - Project
Name string -
List<All
Certificates Tag>
- Certificates
[]All
Certificates Certificate - Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - Certificate
Name string - Certificate
Type string - Ids []string
- Name
Regex string - Output
File string - Project
Name string -
[]All
Certificates Tag
- certificates
List<All
Certificates Certificate> - id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - certificate
Name String - certificate
Type String - ids List<String>
- name
Regex String - output
File String - project
Name String -
List<All
Certificates Tag>
- certificates
All
Certificates Certificate[] - id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - certificate
Name string - certificate
Type string - ids string[]
- name
Regex string - output
File string - project
Name string -
All
Certificates Tag[]
- certificates
Sequence[All
Certificates Certificate] - id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - certificate_
name str - certificate_
type str - ids Sequence[str]
- name_
regex str - output_
file str - project_
name str -
Sequence[All
Certificates Tag]
- certificates List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - certificate
Name String - certificate
Type String - ids List<String>
- name
Regex String - output
File String - project
Name String - List<Property Map>
Supporting Types
AllCertificatesCertificate
- Certificate
Id string - The ID of the Certificate.
- Certificate
Name string - The name of the Certificate.
- Certificate
Type string - The type of the Certificate.
- Create
Time string - The create time of the Certificate.
- Description string
- The description of the Certificate.
- Domain
Name string - The domain name of the Certificate.
- Expired
At string - The expire time of the Certificate.
- Id string
- The ID of the Certificate.
- Listeners List<string>
- The ID list of the Listener.
- Project
Name string - The ProjectName of the Certificate.
- San string
- The list of extended domain names for the certificate, separated by English commas ',', including (commonName, DnsName, IP).
- Status string
- The status of the Certificate.
-
List<All
Certificates Certificate Tag> - Tags.
- Certificate
Id string - The ID of the Certificate.
- Certificate
Name string - The name of the Certificate.
- Certificate
Type string - The type of the Certificate.
- Create
Time string - The create time of the Certificate.
- Description string
- The description of the Certificate.
- Domain
Name string - The domain name of the Certificate.
- Expired
At string - The expire time of the Certificate.
- Id string
- The ID of the Certificate.
- Listeners []string
- The ID list of the Listener.
- Project
Name string - The ProjectName of the Certificate.
- San string
- The list of extended domain names for the certificate, separated by English commas ',', including (commonName, DnsName, IP).
- Status string
- The status of the Certificate.
-
[]All
Certificates Certificate Tag - Tags.
- certificate
Id String - The ID of the Certificate.
- certificate
Name String - The name of the Certificate.
- certificate
Type String - The type of the Certificate.
- create
Time String - The create time of the Certificate.
- description String
- The description of the Certificate.
- domain
Name String - The domain name of the Certificate.
- expired
At String - The expire time of the Certificate.
- id String
- The ID of the Certificate.
- listeners List<String>
- The ID list of the Listener.
- project
Name String - The ProjectName of the Certificate.
- san String
- The list of extended domain names for the certificate, separated by English commas ',', including (commonName, DnsName, IP).
- status String
- The status of the Certificate.
-
List<All
Certificates Certificate Tag> - Tags.
- certificate
Id string - The ID of the Certificate.
- certificate
Name string - The name of the Certificate.
- certificate
Type string - The type of the Certificate.
- create
Time string - The create time of the Certificate.
- description string
- The description of the Certificate.
- domain
Name string - The domain name of the Certificate.
- expired
At string - The expire time of the Certificate.
- id string
- The ID of the Certificate.
- listeners string[]
- The ID list of the Listener.
- project
Name string - The ProjectName of the Certificate.
- san string
- The list of extended domain names for the certificate, separated by English commas ',', including (commonName, DnsName, IP).
- status string
- The status of the Certificate.
-
All
Certificates Certificate Tag[] - Tags.
- certificate_
id str - The ID of the Certificate.
- certificate_
name str - The name of the Certificate.
- certificate_
type str - The type of the Certificate.
- create_
time str - The create time of the Certificate.
- description str
- The description of the Certificate.
- domain_
name str - The domain name of the Certificate.
- expired_
at str - The expire time of the Certificate.
- id str
- The ID of the Certificate.
- listeners Sequence[str]
- The ID list of the Listener.
- project_
name str - The ProjectName of the Certificate.
- san str
- The list of extended domain names for the certificate, separated by English commas ',', including (commonName, DnsName, IP).
- status str
- The status of the Certificate.
-
Sequence[All
Certificates Certificate Tag] - Tags.
- certificate
Id String - The ID of the Certificate.
- certificate
Name String - The name of the Certificate.
- certificate
Type String - The type of the Certificate.
- create
Time String - The create time of the Certificate.
- description String
- The description of the Certificate.
- domain
Name String - The domain name of the Certificate.
- expired
At String - The expire time of the Certificate.
- id String
- The ID of the Certificate.
- listeners List<String>
- The ID list of the Listener.
- project
Name String - The ProjectName of the Certificate.
- san String
- The list of extended domain names for the certificate, separated by English commas ',', including (commonName, DnsName, IP).
- status String
- The status of the Certificate.
- List<Property Map>
- Tags.
AllCertificatesCertificateTag
AllCertificatesTag
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
