Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleCertificatePack = cloudflare.getCertificatePack({
zoneId: "023e105f4ecef8ad9ca31a8372d0c353",
certificatePackId: "023e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_certificate_pack = cloudflare.get_certificate_pack(zone_id="023e105f4ecef8ad9ca31a8372d0c353",
certificate_pack_id="023e105f4ecef8ad9ca31a8372d0c353")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupCertificatePack(ctx, &cloudflare.LookupCertificatePackArgs{
ZoneId: "023e105f4ecef8ad9ca31a8372d0c353",
CertificatePackId: pulumi.StringRef("023e105f4ecef8ad9ca31a8372d0c353"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleCertificatePack = Cloudflare.GetCertificatePack.Invoke(new()
{
ZoneId = "023e105f4ecef8ad9ca31a8372d0c353",
CertificatePackId = "023e105f4ecef8ad9ca31a8372d0c353",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetCertificatePackArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleCertificatePack = CloudflareFunctions.getCertificatePack(GetCertificatePackArgs.builder()
.zoneId("023e105f4ecef8ad9ca31a8372d0c353")
.certificatePackId("023e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
exampleCertificatePack:
fn::invoke:
function: cloudflare:getCertificatePack
arguments:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
certificatePackId: 023e105f4ecef8ad9ca31a8372d0c353
Using getCertificatePack
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 getCertificatePack(args: GetCertificatePackArgs, opts?: InvokeOptions): Promise<GetCertificatePackResult>
function getCertificatePackOutput(args: GetCertificatePackOutputArgs, opts?: InvokeOptions): Output<GetCertificatePackResult>def get_certificate_pack(certificate_pack_id: Optional[str] = None,
filter: Optional[GetCertificatePackFilter] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCertificatePackResult
def get_certificate_pack_output(certificate_pack_id: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[GetCertificatePackFilterArgs]] = None,
zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCertificatePackResult]func LookupCertificatePack(ctx *Context, args *LookupCertificatePackArgs, opts ...InvokeOption) (*LookupCertificatePackResult, error)
func LookupCertificatePackOutput(ctx *Context, args *LookupCertificatePackOutputArgs, opts ...InvokeOption) LookupCertificatePackResultOutput> Note: This function is named LookupCertificatePack in the Go SDK.
public static class GetCertificatePack
{
public static Task<GetCertificatePackResult> InvokeAsync(GetCertificatePackArgs args, InvokeOptions? opts = null)
public static Output<GetCertificatePackResult> Invoke(GetCertificatePackInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCertificatePackResult> getCertificatePack(GetCertificatePackArgs args, InvokeOptions options)
public static Output<GetCertificatePackResult> getCertificatePack(GetCertificatePackArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getCertificatePack:getCertificatePack
arguments:
# arguments dictionaryThe following arguments are supported:
- Zone
Id string - Identifier.
- Certificate
Pack stringId - Identifier.
- Filter
Get
Certificate Pack Filter
- Zone
Id string - Identifier.
- Certificate
Pack stringId - Identifier.
- Filter
Get
Certificate Pack Filter
- zone
Id String - Identifier.
- certificate
Pack StringId - Identifier.
- filter
Get
Certificate Pack Filter
- zone
Id string - Identifier.
- certificate
Pack stringId - Identifier.
- filter
Get
Certificate Pack Filter
- zone_
id str - Identifier.
- certificate_
pack_ strid - Identifier.
- filter
Get
Certificate Pack Filter
- zone
Id String - Identifier.
- certificate
Pack StringId - Identifier.
- filter Property Map
getCertificatePack Result
The following output properties are available:
- string
- Certificate Authority selected for the order. For information on any certificate authority specific details or restrictions see this page for more details. Available values: "google", "letsencrypt", "sslcom".
- Certificates
List<Get
Certificate Pack Certificate> - Array of certificates in this pack.
- Cloudflare
Branding bool - Whether or not to add Cloudflare Branding for the order. This will add a subdomain of sni.cloudflaressl.com as the Common Name if set to true.
- Hosts List<string>
- Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.
- Id string
- Identifier.
- Primary
Certificate string - Identifier of the primary certificate in a pack.
- Status string
- Status of certificate pack. Available values: "initializing", "pendingvalidation", "deleted", "pendingissuance", "pendingdeployment", "pendingdeletion", "pendingexpiration", "expired", "active", "initializingtimedout", "validationtimedout", "issuancetimedout", "deploymenttimedout", "deletiontimedout", "pendingcleanup", "stagingdeployment", "stagingactive", "deactivating", "inactive", "backupissued", "holdingdeployment".
- Type string
- Type of certificate pack. Available values: "mhcustom", "managedhostname", "snicustom", "universal", "advanced", "totaltls", "keyless", <span pulumi-lang-nodejs=""legacyCustom"" pulumi-lang-dotnet=""LegacyCustom"" pulumi-lang-go=""legacyCustom"" pulumi-lang-python=""legacy_custom"" pulumi-lang-yaml=""legacyCustom"" pulumi-lang-java=""legacyCustom"">"legacy_custom".
- Validation
Errors List<GetCertificate Pack Validation Error> - Domain validation errors that have been received by the certificate authority (CA).
- Validation
Method string - Validation Method selected for the order. Available values: "txt", "http", "email".
- Validation
Records List<GetCertificate Pack Validation Record> - Certificates' validation records.
- Validity
Days int - Validity Days selected for the order. Available values: 14, 30, 90, 365.
- Zone
Id string - Identifier.
- Certificate
Pack stringId - Identifier.
- Filter
Get
Certificate Pack Filter
- string
- Certificate Authority selected for the order. For information on any certificate authority specific details or restrictions see this page for more details. Available values: "google", "letsencrypt", "sslcom".
- Certificates
[]Get
Certificate Pack Certificate - Array of certificates in this pack.
- Cloudflare
Branding bool - Whether or not to add Cloudflare Branding for the order. This will add a subdomain of sni.cloudflaressl.com as the Common Name if set to true.
- Hosts []string
- Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.
- Id string
- Identifier.
- Primary
Certificate string - Identifier of the primary certificate in a pack.
- Status string
- Status of certificate pack. Available values: "initializing", "pendingvalidation", "deleted", "pendingissuance", "pendingdeployment", "pendingdeletion", "pendingexpiration", "expired", "active", "initializingtimedout", "validationtimedout", "issuancetimedout", "deploymenttimedout", "deletiontimedout", "pendingcleanup", "stagingdeployment", "stagingactive", "deactivating", "inactive", "backupissued", "holdingdeployment".
- Type string
- Type of certificate pack. Available values: "mhcustom", "managedhostname", "snicustom", "universal", "advanced", "totaltls", "keyless", <span pulumi-lang-nodejs=""legacyCustom"" pulumi-lang-dotnet=""LegacyCustom"" pulumi-lang-go=""legacyCustom"" pulumi-lang-python=""legacy_custom"" pulumi-lang-yaml=""legacyCustom"" pulumi-lang-java=""legacyCustom"">"legacy_custom".
- Validation
Errors []GetCertificate Pack Validation Error - Domain validation errors that have been received by the certificate authority (CA).
- Validation
Method string - Validation Method selected for the order. Available values: "txt", "http", "email".
- Validation
Records []GetCertificate Pack Validation Record - Certificates' validation records.
- Validity
Days int - Validity Days selected for the order. Available values: 14, 30, 90, 365.
- Zone
Id string - Identifier.
- Certificate
Pack stringId - Identifier.
- Filter
Get
Certificate Pack Filter
- String
- Certificate Authority selected for the order. For information on any certificate authority specific details or restrictions see this page for more details. Available values: "google", "letsencrypt", "sslcom".
- certificates
List<Get
Certificate Pack Certificate> - Array of certificates in this pack.
- cloudflare
Branding Boolean - Whether or not to add Cloudflare Branding for the order. This will add a subdomain of sni.cloudflaressl.com as the Common Name if set to true.
- hosts List<String>
- Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.
- id String
- Identifier.
- primary
Certificate String - Identifier of the primary certificate in a pack.
- status String
- Status of certificate pack. Available values: "initializing", "pendingvalidation", "deleted", "pendingissuance", "pendingdeployment", "pendingdeletion", "pendingexpiration", "expired", "active", "initializingtimedout", "validationtimedout", "issuancetimedout", "deploymenttimedout", "deletiontimedout", "pendingcleanup", "stagingdeployment", "stagingactive", "deactivating", "inactive", "backupissued", "holdingdeployment".
- type String
- Type of certificate pack. Available values: "mhcustom", "managedhostname", "snicustom", "universal", "advanced", "totaltls", "keyless", <span pulumi-lang-nodejs=""legacyCustom"" pulumi-lang-dotnet=""LegacyCustom"" pulumi-lang-go=""legacyCustom"" pulumi-lang-python=""legacy_custom"" pulumi-lang-yaml=""legacyCustom"" pulumi-lang-java=""legacyCustom"">"legacy_custom".
- validation
Errors List<GetCertificate Pack Validation Error> - Domain validation errors that have been received by the certificate authority (CA).
- validation
Method String - Validation Method selected for the order. Available values: "txt", "http", "email".
- validation
Records List<GetCertificate Pack Validation Record> - Certificates' validation records.
- validity
Days Integer - Validity Days selected for the order. Available values: 14, 30, 90, 365.
- zone
Id String - Identifier.
- certificate
Pack StringId - Identifier.
- filter
Get
Certificate Pack Filter
- string
- Certificate Authority selected for the order. For information on any certificate authority specific details or restrictions see this page for more details. Available values: "google", "letsencrypt", "sslcom".
- certificates
Get
Certificate Pack Certificate[] - Array of certificates in this pack.
- cloudflare
Branding boolean - Whether or not to add Cloudflare Branding for the order. This will add a subdomain of sni.cloudflaressl.com as the Common Name if set to true.
- hosts string[]
- Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.
- id string
- Identifier.
- primary
Certificate string - Identifier of the primary certificate in a pack.
- status string
- Status of certificate pack. Available values: "initializing", "pendingvalidation", "deleted", "pendingissuance", "pendingdeployment", "pendingdeletion", "pendingexpiration", "expired", "active", "initializingtimedout", "validationtimedout", "issuancetimedout", "deploymenttimedout", "deletiontimedout", "pendingcleanup", "stagingdeployment", "stagingactive", "deactivating", "inactive", "backupissued", "holdingdeployment".
- type string
- Type of certificate pack. Available values: "mhcustom", "managedhostname", "snicustom", "universal", "advanced", "totaltls", "keyless", <span pulumi-lang-nodejs=""legacyCustom"" pulumi-lang-dotnet=""LegacyCustom"" pulumi-lang-go=""legacyCustom"" pulumi-lang-python=""legacy_custom"" pulumi-lang-yaml=""legacyCustom"" pulumi-lang-java=""legacyCustom"">"legacy_custom".
- validation
Errors GetCertificate Pack Validation Error[] - Domain validation errors that have been received by the certificate authority (CA).
- validation
Method string - Validation Method selected for the order. Available values: "txt", "http", "email".
- validation
Records GetCertificate Pack Validation Record[] - Certificates' validation records.
- validity
Days number - Validity Days selected for the order. Available values: 14, 30, 90, 365.
- zone
Id string - Identifier.
- certificate
Pack stringId - Identifier.
- filter
Get
Certificate Pack Filter
- str
- Certificate Authority selected for the order. For information on any certificate authority specific details or restrictions see this page for more details. Available values: "google", "letsencrypt", "sslcom".
- certificates
Sequence[Get
Certificate Pack Certificate] - Array of certificates in this pack.
- cloudflare_
branding bool - Whether or not to add Cloudflare Branding for the order. This will add a subdomain of sni.cloudflaressl.com as the Common Name if set to true.
- hosts Sequence[str]
- Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.
- id str
- Identifier.
- primary_
certificate str - Identifier of the primary certificate in a pack.
- status str
- Status of certificate pack. Available values: "initializing", "pendingvalidation", "deleted", "pendingissuance", "pendingdeployment", "pendingdeletion", "pendingexpiration", "expired", "active", "initializingtimedout", "validationtimedout", "issuancetimedout", "deploymenttimedout", "deletiontimedout", "pendingcleanup", "stagingdeployment", "stagingactive", "deactivating", "inactive", "backupissued", "holdingdeployment".
- type str
- Type of certificate pack. Available values: "mhcustom", "managedhostname", "snicustom", "universal", "advanced", "totaltls", "keyless", <span pulumi-lang-nodejs=""legacyCustom"" pulumi-lang-dotnet=""LegacyCustom"" pulumi-lang-go=""legacyCustom"" pulumi-lang-python=""legacy_custom"" pulumi-lang-yaml=""legacyCustom"" pulumi-lang-java=""legacyCustom"">"legacy_custom".
- validation_
errors Sequence[GetCertificate Pack Validation Error] - Domain validation errors that have been received by the certificate authority (CA).
- validation_
method str - Validation Method selected for the order. Available values: "txt", "http", "email".
- validation_
records Sequence[GetCertificate Pack Validation Record] - Certificates' validation records.
- validity_
days int - Validity Days selected for the order. Available values: 14, 30, 90, 365.
- zone_
id str - Identifier.
- certificate_
pack_ strid - Identifier.
- filter
Get
Certificate Pack Filter
- String
- Certificate Authority selected for the order. For information on any certificate authority specific details or restrictions see this page for more details. Available values: "google", "letsencrypt", "sslcom".
- certificates List<Property Map>
- Array of certificates in this pack.
- cloudflare
Branding Boolean - Whether or not to add Cloudflare Branding for the order. This will add a subdomain of sni.cloudflaressl.com as the Common Name if set to true.
- hosts List<String>
- Comma separated list of valid host names for the certificate packs. Must contain the zone apex, may not contain more than 50 hosts, and may not be empty.
- id String
- Identifier.
- primary
Certificate String - Identifier of the primary certificate in a pack.
- status String
- Status of certificate pack. Available values: "initializing", "pendingvalidation", "deleted", "pendingissuance", "pendingdeployment", "pendingdeletion", "pendingexpiration", "expired", "active", "initializingtimedout", "validationtimedout", "issuancetimedout", "deploymenttimedout", "deletiontimedout", "pendingcleanup", "stagingdeployment", "stagingactive", "deactivating", "inactive", "backupissued", "holdingdeployment".
- type String
- Type of certificate pack. Available values: "mhcustom", "managedhostname", "snicustom", "universal", "advanced", "totaltls", "keyless", <span pulumi-lang-nodejs=""legacyCustom"" pulumi-lang-dotnet=""LegacyCustom"" pulumi-lang-go=""legacyCustom"" pulumi-lang-python=""legacy_custom"" pulumi-lang-yaml=""legacyCustom"" pulumi-lang-java=""legacyCustom"">"legacy_custom".
- validation
Errors List<Property Map> - Domain validation errors that have been received by the certificate authority (CA).
- validation
Method String - Validation Method selected for the order. Available values: "txt", "http", "email".
- validation
Records List<Property Map> - Certificates' validation records.
- validity
Days Number - Validity Days selected for the order. Available values: 14, 30, 90, 365.
- zone
Id String - Identifier.
- certificate
Pack StringId - Identifier.
- filter Property Map
Supporting Types
GetCertificatePackCertificate
- Bundle
Method string - Certificate bundle method.
- Expires
On string - When the certificate from the authority expires.
- Geo
Restrictions GetCertificate Pack Certificate Geo Restrictions - Specify the region where your private key can be held locally.
- Hosts List<string>
- Hostnames covered by this certificate.
- Id string
- Certificate identifier.
- Issuer string
- The certificate authority that issued the certificate.
- Modified
On string - When the certificate was last modified.
- Priority double
- The order/priority in which the certificate will be used.
- Signature string
- The type of hash used for the certificate.
- Status string
- Certificate status.
- Uploaded
On string - When the certificate was uploaded to Cloudflare.
- Zone
Id string - Identifier.
- Bundle
Method string - Certificate bundle method.
- Expires
On string - When the certificate from the authority expires.
- Geo
Restrictions GetCertificate Pack Certificate Geo Restrictions - Specify the region where your private key can be held locally.
- Hosts []string
- Hostnames covered by this certificate.
- Id string
- Certificate identifier.
- Issuer string
- The certificate authority that issued the certificate.
- Modified
On string - When the certificate was last modified.
- Priority float64
- The order/priority in which the certificate will be used.
- Signature string
- The type of hash used for the certificate.
- Status string
- Certificate status.
- Uploaded
On string - When the certificate was uploaded to Cloudflare.
- Zone
Id string - Identifier.
- bundle
Method String - Certificate bundle method.
- expires
On String - When the certificate from the authority expires.
- geo
Restrictions GetCertificate Pack Certificate Geo Restrictions - Specify the region where your private key can be held locally.
- hosts List<String>
- Hostnames covered by this certificate.
- id String
- Certificate identifier.
- issuer String
- The certificate authority that issued the certificate.
- modified
On String - When the certificate was last modified.
- priority Double
- The order/priority in which the certificate will be used.
- signature String
- The type of hash used for the certificate.
- status String
- Certificate status.
- uploaded
On String - When the certificate was uploaded to Cloudflare.
- zone
Id String - Identifier.
- bundle
Method string - Certificate bundle method.
- expires
On string - When the certificate from the authority expires.
- geo
Restrictions GetCertificate Pack Certificate Geo Restrictions - Specify the region where your private key can be held locally.
- hosts string[]
- Hostnames covered by this certificate.
- id string
- Certificate identifier.
- issuer string
- The certificate authority that issued the certificate.
- modified
On string - When the certificate was last modified.
- priority number
- The order/priority in which the certificate will be used.
- signature string
- The type of hash used for the certificate.
- status string
- Certificate status.
- uploaded
On string - When the certificate was uploaded to Cloudflare.
- zone
Id string - Identifier.
- bundle_
method str - Certificate bundle method.
- expires_
on str - When the certificate from the authority expires.
- geo_
restrictions GetCertificate Pack Certificate Geo Restrictions - Specify the region where your private key can be held locally.
- hosts Sequence[str]
- Hostnames covered by this certificate.
- id str
- Certificate identifier.
- issuer str
- The certificate authority that issued the certificate.
- modified_
on str - When the certificate was last modified.
- priority float
- The order/priority in which the certificate will be used.
- signature str
- The type of hash used for the certificate.
- status str
- Certificate status.
- uploaded_
on str - When the certificate was uploaded to Cloudflare.
- zone_
id str - Identifier.
- bundle
Method String - Certificate bundle method.
- expires
On String - When the certificate from the authority expires.
- geo
Restrictions Property Map - Specify the region where your private key can be held locally.
- hosts List<String>
- Hostnames covered by this certificate.
- id String
- Certificate identifier.
- issuer String
- The certificate authority that issued the certificate.
- modified
On String - When the certificate was last modified.
- priority Number
- The order/priority in which the certificate will be used.
- signature String
- The type of hash used for the certificate.
- status String
- Certificate status.
- uploaded
On String - When the certificate was uploaded to Cloudflare.
- zone
Id String - Identifier.
GetCertificatePackCertificateGeoRestrictions
- Label string
- Available values: "us", "eu", <span pulumi-lang-nodejs=""highestSecurity"" pulumi-lang-dotnet=""HighestSecurity"" pulumi-lang-go=""highestSecurity"" pulumi-lang-python=""highest_security"" pulumi-lang-yaml=""highestSecurity"" pulumi-lang-java=""highestSecurity"">"highest_security".
- Label string
- Available values: "us", "eu", <span pulumi-lang-nodejs=""highestSecurity"" pulumi-lang-dotnet=""HighestSecurity"" pulumi-lang-go=""highestSecurity"" pulumi-lang-python=""highest_security"" pulumi-lang-yaml=""highestSecurity"" pulumi-lang-java=""highestSecurity"">"highest_security".
- label String
- Available values: "us", "eu", <span pulumi-lang-nodejs=""highestSecurity"" pulumi-lang-dotnet=""HighestSecurity"" pulumi-lang-go=""highestSecurity"" pulumi-lang-python=""highest_security"" pulumi-lang-yaml=""highestSecurity"" pulumi-lang-java=""highestSecurity"">"highest_security".
- label string
- Available values: "us", "eu", <span pulumi-lang-nodejs=""highestSecurity"" pulumi-lang-dotnet=""HighestSecurity"" pulumi-lang-go=""highestSecurity"" pulumi-lang-python=""highest_security"" pulumi-lang-yaml=""highestSecurity"" pulumi-lang-java=""highestSecurity"">"highest_security".
- label str
- Available values: "us", "eu", <span pulumi-lang-nodejs=""highestSecurity"" pulumi-lang-dotnet=""HighestSecurity"" pulumi-lang-go=""highestSecurity"" pulumi-lang-python=""highest_security"" pulumi-lang-yaml=""highestSecurity"" pulumi-lang-java=""highestSecurity"">"highest_security".
- label String
- Available values: "us", "eu", <span pulumi-lang-nodejs=""highestSecurity"" pulumi-lang-dotnet=""HighestSecurity"" pulumi-lang-go=""highestSecurity"" pulumi-lang-python=""highest_security"" pulumi-lang-yaml=""highestSecurity"" pulumi-lang-java=""highestSecurity"">"highest_security".
GetCertificatePackFilter
- Status string
- Include Certificate Packs of all statuses, not just active ones. Available values: "all".
- Status string
- Include Certificate Packs of all statuses, not just active ones. Available values: "all".
- status String
- Include Certificate Packs of all statuses, not just active ones. Available values: "all".
- status string
- Include Certificate Packs of all statuses, not just active ones. Available values: "all".
- status str
- Include Certificate Packs of all statuses, not just active ones. Available values: "all".
- status String
- Include Certificate Packs of all statuses, not just active ones. Available values: "all".
GetCertificatePackValidationError
- Message string
- A domain validation error.
- Message string
- A domain validation error.
- message String
- A domain validation error.
- message string
- A domain validation error.
- message str
- A domain validation error.
- message String
- A domain validation error.
GetCertificatePackValidationRecord
- Emails List<string>
- The set of email addresses that the certificate authority (CA) will use to complete domain validation.
- Http
Body string - The content that the certificate authority (CA) will expect to find at the http_url during the domain validation.
- Http
Url string - The url that will be checked during domain validation.
- Txt
Name string - The hostname that the certificate authority (CA) will check for a TXT record during domain validation .
- Txt
Value string - The TXT record that the certificate authority (CA) will check during domain validation.
- Emails []string
- The set of email addresses that the certificate authority (CA) will use to complete domain validation.
- Http
Body string - The content that the certificate authority (CA) will expect to find at the http_url during the domain validation.
- Http
Url string - The url that will be checked during domain validation.
- Txt
Name string - The hostname that the certificate authority (CA) will check for a TXT record during domain validation .
- Txt
Value string - The TXT record that the certificate authority (CA) will check during domain validation.
- emails List<String>
- The set of email addresses that the certificate authority (CA) will use to complete domain validation.
- http
Body String - The content that the certificate authority (CA) will expect to find at the http_url during the domain validation.
- http
Url String - The url that will be checked during domain validation.
- txt
Name String - The hostname that the certificate authority (CA) will check for a TXT record during domain validation .
- txt
Value String - The TXT record that the certificate authority (CA) will check during domain validation.
- emails string[]
- The set of email addresses that the certificate authority (CA) will use to complete domain validation.
- http
Body string - The content that the certificate authority (CA) will expect to find at the http_url during the domain validation.
- http
Url string - The url that will be checked during domain validation.
- txt
Name string - The hostname that the certificate authority (CA) will check for a TXT record during domain validation .
- txt
Value string - The TXT record that the certificate authority (CA) will check during domain validation.
- emails Sequence[str]
- The set of email addresses that the certificate authority (CA) will use to complete domain validation.
- http_
body str - The content that the certificate authority (CA) will expect to find at the http_url during the domain validation.
- http_
url str - The url that will be checked during domain validation.
- txt_
name str - The hostname that the certificate authority (CA) will check for a TXT record during domain validation .
- txt_
value str - The TXT record that the certificate authority (CA) will check during domain validation.
- emails List<String>
- The set of email addresses that the certificate authority (CA) will use to complete domain validation.
- http
Body String - The content that the certificate authority (CA) will expect to find at the http_url during the domain validation.
- http
Url String - The url that will be checked during domain validation.
- txt
Name String - The hostname that the certificate authority (CA) will check for a TXT record during domain validation .
- txt
Value String - The TXT record that the certificate authority (CA) will check during domain validation.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
