Cloudflare v6.1.2 published on Monday, Apr 28, 2025 by Pulumi
cloudflare.getCustomHostname
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleCustomHostname = cloudflare.getCustomHostname({
zoneId: "023e105f4ecef8ad9ca31a8372d0c353",
customHostnameId: "023e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_custom_hostname = cloudflare.get_custom_hostname(zone_id="023e105f4ecef8ad9ca31a8372d0c353",
custom_hostname_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.LookupCustomHostname(ctx, &cloudflare.LookupCustomHostnameArgs{
ZoneId: "023e105f4ecef8ad9ca31a8372d0c353",
CustomHostnameId: 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 exampleCustomHostname = Cloudflare.GetCustomHostname.Invoke(new()
{
ZoneId = "023e105f4ecef8ad9ca31a8372d0c353",
CustomHostnameId = "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.GetCustomHostnameArgs;
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 exampleCustomHostname = CloudflareFunctions.getCustomHostname(GetCustomHostnameArgs.builder()
.zoneId("023e105f4ecef8ad9ca31a8372d0c353")
.customHostnameId("023e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
exampleCustomHostname:
fn::invoke:
function: cloudflare:getCustomHostname
arguments:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
customHostnameId: 023e105f4ecef8ad9ca31a8372d0c353
Using getCustomHostname
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 getCustomHostname(args: GetCustomHostnameArgs, opts?: InvokeOptions): Promise<GetCustomHostnameResult>
function getCustomHostnameOutput(args: GetCustomHostnameOutputArgs, opts?: InvokeOptions): Output<GetCustomHostnameResult>
def get_custom_hostname(custom_hostname_id: Optional[str] = None,
filter: Optional[GetCustomHostnameFilter] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomHostnameResult
def get_custom_hostname_output(custom_hostname_id: Optional[pulumi.Input[str]] = None,
filter: Optional[pulumi.Input[GetCustomHostnameFilterArgs]] = None,
zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomHostnameResult]
func LookupCustomHostname(ctx *Context, args *LookupCustomHostnameArgs, opts ...InvokeOption) (*LookupCustomHostnameResult, error)
func LookupCustomHostnameOutput(ctx *Context, args *LookupCustomHostnameOutputArgs, opts ...InvokeOption) LookupCustomHostnameResultOutput
> Note: This function is named LookupCustomHostname
in the Go SDK.
public static class GetCustomHostname
{
public static Task<GetCustomHostnameResult> InvokeAsync(GetCustomHostnameArgs args, InvokeOptions? opts = null)
public static Output<GetCustomHostnameResult> Invoke(GetCustomHostnameInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCustomHostnameResult> getCustomHostname(GetCustomHostnameArgs args, InvokeOptions options)
public static Output<GetCustomHostnameResult> getCustomHostname(GetCustomHostnameArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getCustomHostname:getCustomHostname
arguments:
# arguments dictionary
The following arguments are supported:
- Zone
Id string - Identifier
- Custom
Hostname stringId - Identifier
- Filter
Get
Custom Hostname Filter
- Zone
Id string - Identifier
- Custom
Hostname stringId - Identifier
- Filter
Get
Custom Hostname Filter
- zone
Id String - Identifier
- custom
Hostname StringId - Identifier
- filter
Get
Custom Hostname Filter
- zone
Id string - Identifier
- custom
Hostname stringId - Identifier
- filter
Get
Custom Hostname Filter
- zone_
id str - Identifier
- custom_
hostname_ strid - Identifier
- filter
Get
Custom Hostname Filter
- zone
Id String - Identifier
- custom
Hostname StringId - Identifier
- filter Property Map
getCustomHostname Result
The following output properties are available:
- Created
At string - This is the time the hostname was created.
- Custom
Metadata Dictionary<string, string> - Unique key/value metadata for this hostname. These are per-hostname (customer) settings.
- Custom
Origin stringServer - a valid hostname that’s been added to your DNS zone as an A, AAAA, or CNAME record.
- Custom
Origin stringSni - A hostname that will be sent to your custom origin server as SNI for TLS handshake. This can be a valid subdomain of the zone or custom origin server name or the string ':requesthostheader:' which will cause the host header in the request to be used as SNI. Not configurable with default/fallback origin server.
- Hostname string
- The custom hostname that will point to your hostname via CNAME.
- Id string
- Identifier
- Ownership
Verification GetCustom Hostname Ownership Verification - This is a record which can be placed to activate a hostname.
- Ownership
Verification GetHttp Custom Hostname Ownership Verification Http - This presents the token to be served by the given http url to activate a hostname.
- Ssl
Get
Custom Hostname Ssl - Status string
- Status of the hostname's activation. Available values: "active", "pending", "activeredeploying", "moved", "pendingdeletion", "deleted", "pendingblocked", "pendingmigration", "pendingprovisioned", "testpending", "testactive", "testactiveapex", "testblocked", "test_failed", "provisioned", "blocked".
- Verification
Errors List<string> - These are errors that were encountered while trying to activate a hostname.
- Zone
Id string - Identifier
- Custom
Hostname stringId - Identifier
- Filter
Get
Custom Hostname Filter
- Created
At string - This is the time the hostname was created.
- Custom
Metadata map[string]string - Unique key/value metadata for this hostname. These are per-hostname (customer) settings.
- Custom
Origin stringServer - a valid hostname that’s been added to your DNS zone as an A, AAAA, or CNAME record.
- Custom
Origin stringSni - A hostname that will be sent to your custom origin server as SNI for TLS handshake. This can be a valid subdomain of the zone or custom origin server name or the string ':requesthostheader:' which will cause the host header in the request to be used as SNI. Not configurable with default/fallback origin server.
- Hostname string
- The custom hostname that will point to your hostname via CNAME.
- Id string
- Identifier
- Ownership
Verification GetCustom Hostname Ownership Verification - This is a record which can be placed to activate a hostname.
- Ownership
Verification GetHttp Custom Hostname Ownership Verification Http - This presents the token to be served by the given http url to activate a hostname.
- Ssl
Get
Custom Hostname Ssl - Status string
- Status of the hostname's activation. Available values: "active", "pending", "activeredeploying", "moved", "pendingdeletion", "deleted", "pendingblocked", "pendingmigration", "pendingprovisioned", "testpending", "testactive", "testactiveapex", "testblocked", "test_failed", "provisioned", "blocked".
- Verification
Errors []string - These are errors that were encountered while trying to activate a hostname.
- Zone
Id string - Identifier
- Custom
Hostname stringId - Identifier
- Filter
Get
Custom Hostname Filter
- created
At String - This is the time the hostname was created.
- custom
Metadata Map<String,String> - Unique key/value metadata for this hostname. These are per-hostname (customer) settings.
- custom
Origin StringServer - a valid hostname that’s been added to your DNS zone as an A, AAAA, or CNAME record.
- custom
Origin StringSni - A hostname that will be sent to your custom origin server as SNI for TLS handshake. This can be a valid subdomain of the zone or custom origin server name or the string ':requesthostheader:' which will cause the host header in the request to be used as SNI. Not configurable with default/fallback origin server.
- hostname String
- The custom hostname that will point to your hostname via CNAME.
- id String
- Identifier
- ownership
Verification GetCustom Hostname Ownership Verification - This is a record which can be placed to activate a hostname.
- ownership
Verification GetHttp Custom Hostname Ownership Verification Http - This presents the token to be served by the given http url to activate a hostname.
- ssl
Get
Custom Hostname Ssl - status String
- Status of the hostname's activation. Available values: "active", "pending", "activeredeploying", "moved", "pendingdeletion", "deleted", "pendingblocked", "pendingmigration", "pendingprovisioned", "testpending", "testactive", "testactiveapex", "testblocked", "test_failed", "provisioned", "blocked".
- verification
Errors List<String> - These are errors that were encountered while trying to activate a hostname.
- zone
Id String - Identifier
- custom
Hostname StringId - Identifier
- filter
Get
Custom Hostname Filter
- created
At string - This is the time the hostname was created.
- custom
Metadata {[key: string]: string} - Unique key/value metadata for this hostname. These are per-hostname (customer) settings.
- custom
Origin stringServer - a valid hostname that’s been added to your DNS zone as an A, AAAA, or CNAME record.
- custom
Origin stringSni - A hostname that will be sent to your custom origin server as SNI for TLS handshake. This can be a valid subdomain of the zone or custom origin server name or the string ':requesthostheader:' which will cause the host header in the request to be used as SNI. Not configurable with default/fallback origin server.
- hostname string
- The custom hostname that will point to your hostname via CNAME.
- id string
- Identifier
- ownership
Verification GetCustom Hostname Ownership Verification - This is a record which can be placed to activate a hostname.
- ownership
Verification GetHttp Custom Hostname Ownership Verification Http - This presents the token to be served by the given http url to activate a hostname.
- ssl
Get
Custom Hostname Ssl - status string
- Status of the hostname's activation. Available values: "active", "pending", "activeredeploying", "moved", "pendingdeletion", "deleted", "pendingblocked", "pendingmigration", "pendingprovisioned", "testpending", "testactive", "testactiveapex", "testblocked", "test_failed", "provisioned", "blocked".
- verification
Errors string[] - These are errors that were encountered while trying to activate a hostname.
- zone
Id string - Identifier
- custom
Hostname stringId - Identifier
- filter
Get
Custom Hostname Filter
- created_
at str - This is the time the hostname was created.
- custom_
metadata Mapping[str, str] - Unique key/value metadata for this hostname. These are per-hostname (customer) settings.
- custom_
origin_ strserver - a valid hostname that’s been added to your DNS zone as an A, AAAA, or CNAME record.
- custom_
origin_ strsni - A hostname that will be sent to your custom origin server as SNI for TLS handshake. This can be a valid subdomain of the zone or custom origin server name or the string ':requesthostheader:' which will cause the host header in the request to be used as SNI. Not configurable with default/fallback origin server.
- hostname str
- The custom hostname that will point to your hostname via CNAME.
- id str
- Identifier
- ownership_
verification GetCustom Hostname Ownership Verification - This is a record which can be placed to activate a hostname.
- ownership_
verification_ Gethttp Custom Hostname Ownership Verification Http - This presents the token to be served by the given http url to activate a hostname.
- ssl
Get
Custom Hostname Ssl - status str
- Status of the hostname's activation. Available values: "active", "pending", "activeredeploying", "moved", "pendingdeletion", "deleted", "pendingblocked", "pendingmigration", "pendingprovisioned", "testpending", "testactive", "testactiveapex", "testblocked", "test_failed", "provisioned", "blocked".
- verification_
errors Sequence[str] - These are errors that were encountered while trying to activate a hostname.
- zone_
id str - Identifier
- custom_
hostname_ strid - Identifier
- filter
Get
Custom Hostname Filter
- created
At String - This is the time the hostname was created.
- custom
Metadata Map<String> - Unique key/value metadata for this hostname. These are per-hostname (customer) settings.
- custom
Origin StringServer - a valid hostname that’s been added to your DNS zone as an A, AAAA, or CNAME record.
- custom
Origin StringSni - A hostname that will be sent to your custom origin server as SNI for TLS handshake. This can be a valid subdomain of the zone or custom origin server name or the string ':requesthostheader:' which will cause the host header in the request to be used as SNI. Not configurable with default/fallback origin server.
- hostname String
- The custom hostname that will point to your hostname via CNAME.
- id String
- Identifier
- ownership
Verification Property Map - This is a record which can be placed to activate a hostname.
- ownership
Verification Property MapHttp - This presents the token to be served by the given http url to activate a hostname.
- ssl Property Map
- status String
- Status of the hostname's activation. Available values: "active", "pending", "activeredeploying", "moved", "pendingdeletion", "deleted", "pendingblocked", "pendingmigration", "pendingprovisioned", "testpending", "testactive", "testactiveapex", "testblocked", "test_failed", "provisioned", "blocked".
- verification
Errors List<String> - These are errors that were encountered while trying to activate a hostname.
- zone
Id String - Identifier
- custom
Hostname StringId - Identifier
- filter Property Map
Supporting Types
GetCustomHostnameFilter
- Order string
- Field to order hostnames by. Available values: "ssl", "ssl_status".
- Direction string
- Direction to order hostnames. Available values: "asc", "desc".
- Hostname string
- Fully qualified domain name to match against. This parameter cannot be used with the 'id' parameter.
- Id string
- Hostname ID to match against. This ID was generated and returned during the initial custom_hostname creation. This parameter cannot be used with the 'hostname' parameter.
- Ssl double
- Whether to filter hostnames based on if they have SSL enabled. Available values: 0, 1.
- Order string
- Field to order hostnames by. Available values: "ssl", "ssl_status".
- Direction string
- Direction to order hostnames. Available values: "asc", "desc".
- Hostname string
- Fully qualified domain name to match against. This parameter cannot be used with the 'id' parameter.
- Id string
- Hostname ID to match against. This ID was generated and returned during the initial custom_hostname creation. This parameter cannot be used with the 'hostname' parameter.
- Ssl float64
- Whether to filter hostnames based on if they have SSL enabled. Available values: 0, 1.
- order String
- Field to order hostnames by. Available values: "ssl", "ssl_status".
- direction String
- Direction to order hostnames. Available values: "asc", "desc".
- hostname String
- Fully qualified domain name to match against. This parameter cannot be used with the 'id' parameter.
- id String
- Hostname ID to match against. This ID was generated and returned during the initial custom_hostname creation. This parameter cannot be used with the 'hostname' parameter.
- ssl Double
- Whether to filter hostnames based on if they have SSL enabled. Available values: 0, 1.
- order string
- Field to order hostnames by. Available values: "ssl", "ssl_status".
- direction string
- Direction to order hostnames. Available values: "asc", "desc".
- hostname string
- Fully qualified domain name to match against. This parameter cannot be used with the 'id' parameter.
- id string
- Hostname ID to match against. This ID was generated and returned during the initial custom_hostname creation. This parameter cannot be used with the 'hostname' parameter.
- ssl number
- Whether to filter hostnames based on if they have SSL enabled. Available values: 0, 1.
- order str
- Field to order hostnames by. Available values: "ssl", "ssl_status".
- direction str
- Direction to order hostnames. Available values: "asc", "desc".
- hostname str
- Fully qualified domain name to match against. This parameter cannot be used with the 'id' parameter.
- id str
- Hostname ID to match against. This ID was generated and returned during the initial custom_hostname creation. This parameter cannot be used with the 'hostname' parameter.
- ssl float
- Whether to filter hostnames based on if they have SSL enabled. Available values: 0, 1.
- order String
- Field to order hostnames by. Available values: "ssl", "ssl_status".
- direction String
- Direction to order hostnames. Available values: "asc", "desc".
- hostname String
- Fully qualified domain name to match against. This parameter cannot be used with the 'id' parameter.
- id String
- Hostname ID to match against. This ID was generated and returned during the initial custom_hostname creation. This parameter cannot be used with the 'hostname' parameter.
- ssl Number
- Whether to filter hostnames based on if they have SSL enabled. Available values: 0, 1.
GetCustomHostnameOwnershipVerification
GetCustomHostnameOwnershipVerificationHttp
GetCustomHostnameSsl
- Bundle
Method string - A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Available values: "ubiquitous", "optimal", "force".
- string
- The Certificate Authority that will issue the certificate Available values: "digicert", "google", "letsencrypt", "sslcom".
- Custom
Certificate string - If a custom uploaded certificate is used.
- Custom
Csr stringId - The identifier for the Custom CSR that was used.
- Custom
Key string - The key for a custom uploaded certificate.
- Expires
On string - The time the custom certificate expires on.
- Hosts List<string>
- A list of Hostnames on a custom uploaded certificate.
- Id string
- Custom hostname SSL identifier tag.
- Issuer string
- The issuer on a custom uploaded certificate.
- Method string
- Domain control validation (DCV) method used for this hostname. Available values: "http", "txt", "email".
- Serial
Number string - The serial number on a custom uploaded certificate.
- Settings
Get
Custom Hostname Ssl Settings - Signature string
- The signature on a custom uploaded certificate.
- Status string
- Status of the hostname's SSL certificates. 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
- Level of validation to be used for this hostname. Domain validation (dv) must be used. Available values: "dv".
- Uploaded
On string - The time the custom certificate was uploaded.
- Validation
Errors List<GetCustom Hostname Ssl Validation Error> - Domain validation errors that have been received by the certificate authority (CA).
- Validation
Records List<GetCustom Hostname Ssl Validation Record> - Wildcard bool
- Indicates whether the certificate covers a wildcard.
- Bundle
Method string - A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Available values: "ubiquitous", "optimal", "force".
- string
- The Certificate Authority that will issue the certificate Available values: "digicert", "google", "letsencrypt", "sslcom".
- Custom
Certificate string - If a custom uploaded certificate is used.
- Custom
Csr stringId - The identifier for the Custom CSR that was used.
- Custom
Key string - The key for a custom uploaded certificate.
- Expires
On string - The time the custom certificate expires on.
- Hosts []string
- A list of Hostnames on a custom uploaded certificate.
- Id string
- Custom hostname SSL identifier tag.
- Issuer string
- The issuer on a custom uploaded certificate.
- Method string
- Domain control validation (DCV) method used for this hostname. Available values: "http", "txt", "email".
- Serial
Number string - The serial number on a custom uploaded certificate.
- Settings
Get
Custom Hostname Ssl Settings - Signature string
- The signature on a custom uploaded certificate.
- Status string
- Status of the hostname's SSL certificates. 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
- Level of validation to be used for this hostname. Domain validation (dv) must be used. Available values: "dv".
- Uploaded
On string - The time the custom certificate was uploaded.
- Validation
Errors []GetCustom Hostname Ssl Validation Error - Domain validation errors that have been received by the certificate authority (CA).
- Validation
Records []GetCustom Hostname Ssl Validation Record - Wildcard bool
- Indicates whether the certificate covers a wildcard.
- bundle
Method String - A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Available values: "ubiquitous", "optimal", "force".
- String
- The Certificate Authority that will issue the certificate Available values: "digicert", "google", "letsencrypt", "sslcom".
- custom
Certificate String - If a custom uploaded certificate is used.
- custom
Csr StringId - The identifier for the Custom CSR that was used.
- custom
Key String - The key for a custom uploaded certificate.
- expires
On String - The time the custom certificate expires on.
- hosts List<String>
- A list of Hostnames on a custom uploaded certificate.
- id String
- Custom hostname SSL identifier tag.
- issuer String
- The issuer on a custom uploaded certificate.
- method String
- Domain control validation (DCV) method used for this hostname. Available values: "http", "txt", "email".
- serial
Number String - The serial number on a custom uploaded certificate.
- settings
Get
Custom Hostname Ssl Settings - signature String
- The signature on a custom uploaded certificate.
- status String
- Status of the hostname's SSL certificates. 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
- Level of validation to be used for this hostname. Domain validation (dv) must be used. Available values: "dv".
- uploaded
On String - The time the custom certificate was uploaded.
- validation
Errors List<GetCustom Hostname Ssl Validation Error> - Domain validation errors that have been received by the certificate authority (CA).
- validation
Records List<GetCustom Hostname Ssl Validation Record> - wildcard Boolean
- Indicates whether the certificate covers a wildcard.
- bundle
Method string - A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Available values: "ubiquitous", "optimal", "force".
- string
- The Certificate Authority that will issue the certificate Available values: "digicert", "google", "letsencrypt", "sslcom".
- custom
Certificate string - If a custom uploaded certificate is used.
- custom
Csr stringId - The identifier for the Custom CSR that was used.
- custom
Key string - The key for a custom uploaded certificate.
- expires
On string - The time the custom certificate expires on.
- hosts string[]
- A list of Hostnames on a custom uploaded certificate.
- id string
- Custom hostname SSL identifier tag.
- issuer string
- The issuer on a custom uploaded certificate.
- method string
- Domain control validation (DCV) method used for this hostname. Available values: "http", "txt", "email".
- serial
Number string - The serial number on a custom uploaded certificate.
- settings
Get
Custom Hostname Ssl Settings - signature string
- The signature on a custom uploaded certificate.
- status string
- Status of the hostname's SSL certificates. 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
- Level of validation to be used for this hostname. Domain validation (dv) must be used. Available values: "dv".
- uploaded
On string - The time the custom certificate was uploaded.
- validation
Errors GetCustom Hostname Ssl Validation Error[] - Domain validation errors that have been received by the certificate authority (CA).
- validation
Records GetCustom Hostname Ssl Validation Record[] - wildcard boolean
- Indicates whether the certificate covers a wildcard.
- bundle_
method str - A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Available values: "ubiquitous", "optimal", "force".
- str
- The Certificate Authority that will issue the certificate Available values: "digicert", "google", "letsencrypt", "sslcom".
- custom_
certificate str - If a custom uploaded certificate is used.
- custom_
csr_ strid - The identifier for the Custom CSR that was used.
- custom_
key str - The key for a custom uploaded certificate.
- expires_
on str - The time the custom certificate expires on.
- hosts Sequence[str]
- A list of Hostnames on a custom uploaded certificate.
- id str
- Custom hostname SSL identifier tag.
- issuer str
- The issuer on a custom uploaded certificate.
- method str
- Domain control validation (DCV) method used for this hostname. Available values: "http", "txt", "email".
- serial_
number str - The serial number on a custom uploaded certificate.
- settings
Get
Custom Hostname Ssl Settings - signature str
- The signature on a custom uploaded certificate.
- status str
- Status of the hostname's SSL certificates. 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
- Level of validation to be used for this hostname. Domain validation (dv) must be used. Available values: "dv".
- uploaded_
on str - The time the custom certificate was uploaded.
- validation_
errors Sequence[GetCustom Hostname Ssl Validation Error] - Domain validation errors that have been received by the certificate authority (CA).
- validation_
records Sequence[GetCustom Hostname Ssl Validation Record] - wildcard bool
- Indicates whether the certificate covers a wildcard.
- bundle
Method String - A ubiquitous bundle has the highest probability of being verified everywhere, even by clients using outdated or unusual trust stores. An optimal bundle uses the shortest chain and newest intermediates. And the force bundle verifies the chain, but does not otherwise modify it. Available values: "ubiquitous", "optimal", "force".
- String
- The Certificate Authority that will issue the certificate Available values: "digicert", "google", "letsencrypt", "sslcom".
- custom
Certificate String - If a custom uploaded certificate is used.
- custom
Csr StringId - The identifier for the Custom CSR that was used.
- custom
Key String - The key for a custom uploaded certificate.
- expires
On String - The time the custom certificate expires on.
- hosts List<String>
- A list of Hostnames on a custom uploaded certificate.
- id String
- Custom hostname SSL identifier tag.
- issuer String
- The issuer on a custom uploaded certificate.
- method String
- Domain control validation (DCV) method used for this hostname. Available values: "http", "txt", "email".
- serial
Number String - The serial number on a custom uploaded certificate.
- settings Property Map
- signature String
- The signature on a custom uploaded certificate.
- status String
- Status of the hostname's SSL certificates. 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
- Level of validation to be used for this hostname. Domain validation (dv) must be used. Available values: "dv".
- uploaded
On String - The time the custom certificate was uploaded.
- validation
Errors List<Property Map> - Domain validation errors that have been received by the certificate authority (CA).
- validation
Records List<Property Map> - wildcard Boolean
- Indicates whether the certificate covers a wildcard.
GetCustomHostnameSslSettings
- Ciphers List<string>
- An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.
- Early
Hints string - Whether or not Early Hints is enabled. Available values: "on", "off".
- Http2 string
- Whether or not HTTP2 is enabled. Available values: "on", "off".
- Min
Tls stringVersion - The minimum TLS version supported. Available values: "1.0", "1.1", "1.2", "1.3".
- Tls13 string
- Whether or not TLS 1.3 is enabled. Available values: "on", "off".
- Ciphers []string
- An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.
- Early
Hints string - Whether or not Early Hints is enabled. Available values: "on", "off".
- Http2 string
- Whether or not HTTP2 is enabled. Available values: "on", "off".
- Min
Tls stringVersion - The minimum TLS version supported. Available values: "1.0", "1.1", "1.2", "1.3".
- Tls13 string
- Whether or not TLS 1.3 is enabled. Available values: "on", "off".
- ciphers List<String>
- An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.
- early
Hints String - Whether or not Early Hints is enabled. Available values: "on", "off".
- http2 String
- Whether or not HTTP2 is enabled. Available values: "on", "off".
- min
Tls StringVersion - The minimum TLS version supported. Available values: "1.0", "1.1", "1.2", "1.3".
- tls13 String
- Whether or not TLS 1.3 is enabled. Available values: "on", "off".
- ciphers string[]
- An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.
- early
Hints string - Whether or not Early Hints is enabled. Available values: "on", "off".
- http2 string
- Whether or not HTTP2 is enabled. Available values: "on", "off".
- min
Tls stringVersion - The minimum TLS version supported. Available values: "1.0", "1.1", "1.2", "1.3".
- tls13 string
- Whether or not TLS 1.3 is enabled. Available values: "on", "off".
- ciphers Sequence[str]
- An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.
- early_
hints str - Whether or not Early Hints is enabled. Available values: "on", "off".
- http2 str
- Whether or not HTTP2 is enabled. Available values: "on", "off".
- min_
tls_ strversion - The minimum TLS version supported. Available values: "1.0", "1.1", "1.2", "1.3".
- tls13 str
- Whether or not TLS 1.3 is enabled. Available values: "on", "off".
- ciphers List<String>
- An allowlist of ciphers for TLS termination. These ciphers must be in the BoringSSL format.
- early
Hints String - Whether or not Early Hints is enabled. Available values: "on", "off".
- http2 String
- Whether or not HTTP2 is enabled. Available values: "on", "off".
- min
Tls StringVersion - The minimum TLS version supported. Available values: "1.0", "1.1", "1.2", "1.3".
- tls13 String
- Whether or not TLS 1.3 is enabled. Available values: "on", "off".
GetCustomHostnameSslValidationError
- 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.
GetCustomHostnameSslValidationRecord
- 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
cloudflare
Terraform Provider.