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 exampleRegistrarDomains = cloudflare.getRegistrarDomains({
accountId: "023e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_registrar_domains = cloudflare.get_registrar_domains(account_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.LookupRegistrarDomains(ctx, &cloudflare.LookupRegistrarDomainsArgs{
AccountId: "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 exampleRegistrarDomains = Cloudflare.GetRegistrarDomains.Invoke(new()
{
AccountId = "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.GetRegistrarDomainsArgs;
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 exampleRegistrarDomains = CloudflareFunctions.getRegistrarDomains(GetRegistrarDomainsArgs.builder()
.accountId("023e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
exampleRegistrarDomains:
fn::invoke:
function: cloudflare:getRegistrarDomains
arguments:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
Using getRegistrarDomains
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 getRegistrarDomains(args: GetRegistrarDomainsArgs, opts?: InvokeOptions): Promise<GetRegistrarDomainsResult>
function getRegistrarDomainsOutput(args: GetRegistrarDomainsOutputArgs, opts?: InvokeOptions): Output<GetRegistrarDomainsResult>def get_registrar_domains(account_id: Optional[str] = None,
max_items: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetRegistrarDomainsResult
def get_registrar_domains_output(account_id: Optional[pulumi.Input[str]] = None,
max_items: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRegistrarDomainsResult]func LookupRegistrarDomains(ctx *Context, args *LookupRegistrarDomainsArgs, opts ...InvokeOption) (*LookupRegistrarDomainsResult, error)
func LookupRegistrarDomainsOutput(ctx *Context, args *LookupRegistrarDomainsOutputArgs, opts ...InvokeOption) LookupRegistrarDomainsResultOutput> Note: This function is named LookupRegistrarDomains in the Go SDK.
public static class GetRegistrarDomains
{
public static Task<GetRegistrarDomainsResult> InvokeAsync(GetRegistrarDomainsArgs args, InvokeOptions? opts = null)
public static Output<GetRegistrarDomainsResult> Invoke(GetRegistrarDomainsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRegistrarDomainsResult> getRegistrarDomains(GetRegistrarDomainsArgs args, InvokeOptions options)
public static Output<GetRegistrarDomainsResult> getRegistrarDomains(GetRegistrarDomainsArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getRegistrarDomains:getRegistrarDomains
arguments:
# arguments dictionaryThe following arguments are supported:
- account_
id str - Identifier
- max_
items int - Max items to fetch, default: 1000
getRegistrarDomains Result
The following output properties are available:
- Account
Id string - Identifier
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
List<Get
Registrar Domains Result> - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- Account
Id string - Identifier
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Registrar Domains Result - The items returned by the data source
- Max
Items int - Max items to fetch, default: 1000
- account
Id String - Identifier
- id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Registrar Domains Result> - The items returned by the data source
- max
Items Integer - Max items to fetch, default: 1000
- account
Id string - Identifier
- id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Registrar Domains Result[] - The items returned by the data source
- max
Items number - Max items to fetch, default: 1000
- account_
id str - Identifier
- id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Registrar Domains Result] - The items returned by the data source
- max_
items int - Max items to fetch, default: 1000
- account
Id String - Identifier
- id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
- The items returned by the data source
- max
Items Number - Max items to fetch, default: 1000
Supporting Types
GetRegistrarDomainsResult
- Available bool
- Shows if a domain is available for transferring into Cloudflare Registrar.
- Can
Register bool - Indicates if the domain can be registered as a new domain.
- Created
At string - Shows time of creation.
- Current
Registrar string - Shows name of current registrar.
- Expires
At string - Shows when domain name registration expires.
- Id string
- Domain identifier.
- Locked bool
- Shows whether a registrar lock is in place for a domain.
- Registrant
Contact GetRegistrar Domains Result Registrant Contact - Shows contact information for domain registrant.
- Registry
Statuses string - A comma-separated list of registry status codes. A full list of status codes can be found at EPP Status Codes.
- Supported
Tld bool - Whether a particular TLD is currently supported by Cloudflare Registrar. Refer to TLD Policies for a list of supported TLDs.
- Transfer
In GetRegistrar Domains Result Transfer In - Statuses for domain transfers into Cloudflare Registrar.
- Updated
At string - Last updated.
- Available bool
- Shows if a domain is available for transferring into Cloudflare Registrar.
- Can
Register bool - Indicates if the domain can be registered as a new domain.
- Created
At string - Shows time of creation.
- Current
Registrar string - Shows name of current registrar.
- Expires
At string - Shows when domain name registration expires.
- Id string
- Domain identifier.
- Locked bool
- Shows whether a registrar lock is in place for a domain.
- Registrant
Contact GetRegistrar Domains Result Registrant Contact - Shows contact information for domain registrant.
- Registry
Statuses string - A comma-separated list of registry status codes. A full list of status codes can be found at EPP Status Codes.
- Supported
Tld bool - Whether a particular TLD is currently supported by Cloudflare Registrar. Refer to TLD Policies for a list of supported TLDs.
- Transfer
In GetRegistrar Domains Result Transfer In - Statuses for domain transfers into Cloudflare Registrar.
- Updated
At string - Last updated.
- available Boolean
- Shows if a domain is available for transferring into Cloudflare Registrar.
- can
Register Boolean - Indicates if the domain can be registered as a new domain.
- created
At String - Shows time of creation.
- current
Registrar String - Shows name of current registrar.
- expires
At String - Shows when domain name registration expires.
- id String
- Domain identifier.
- locked Boolean
- Shows whether a registrar lock is in place for a domain.
- registrant
Contact GetRegistrar Domains Result Registrant Contact - Shows contact information for domain registrant.
- registry
Statuses String - A comma-separated list of registry status codes. A full list of status codes can be found at EPP Status Codes.
- supported
Tld Boolean - Whether a particular TLD is currently supported by Cloudflare Registrar. Refer to TLD Policies for a list of supported TLDs.
- transfer
In GetRegistrar Domains Result Transfer In - Statuses for domain transfers into Cloudflare Registrar.
- updated
At String - Last updated.
- available boolean
- Shows if a domain is available for transferring into Cloudflare Registrar.
- can
Register boolean - Indicates if the domain can be registered as a new domain.
- created
At string - Shows time of creation.
- current
Registrar string - Shows name of current registrar.
- expires
At string - Shows when domain name registration expires.
- id string
- Domain identifier.
- locked boolean
- Shows whether a registrar lock is in place for a domain.
- registrant
Contact GetRegistrar Domains Result Registrant Contact - Shows contact information for domain registrant.
- registry
Statuses string - A comma-separated list of registry status codes. A full list of status codes can be found at EPP Status Codes.
- supported
Tld boolean - Whether a particular TLD is currently supported by Cloudflare Registrar. Refer to TLD Policies for a list of supported TLDs.
- transfer
In GetRegistrar Domains Result Transfer In - Statuses for domain transfers into Cloudflare Registrar.
- updated
At string - Last updated.
- available bool
- Shows if a domain is available for transferring into Cloudflare Registrar.
- can_
register bool - Indicates if the domain can be registered as a new domain.
- created_
at str - Shows time of creation.
- current_
registrar str - Shows name of current registrar.
- expires_
at str - Shows when domain name registration expires.
- id str
- Domain identifier.
- locked bool
- Shows whether a registrar lock is in place for a domain.
- registrant_
contact GetRegistrar Domains Result Registrant Contact - Shows contact information for domain registrant.
- registry_
statuses str - A comma-separated list of registry status codes. A full list of status codes can be found at EPP Status Codes.
- supported_
tld bool - Whether a particular TLD is currently supported by Cloudflare Registrar. Refer to TLD Policies for a list of supported TLDs.
- transfer_
in GetRegistrar Domains Result Transfer In - Statuses for domain transfers into Cloudflare Registrar.
- updated_
at str - Last updated.
- available Boolean
- Shows if a domain is available for transferring into Cloudflare Registrar.
- can
Register Boolean - Indicates if the domain can be registered as a new domain.
- created
At String - Shows time of creation.
- current
Registrar String - Shows name of current registrar.
- expires
At String - Shows when domain name registration expires.
- id String
- Domain identifier.
- locked Boolean
- Shows whether a registrar lock is in place for a domain.
- registrant
Contact Property Map - Shows contact information for domain registrant.
- registry
Statuses String - A comma-separated list of registry status codes. A full list of status codes can be found at EPP Status Codes.
- supported
Tld Boolean - Whether a particular TLD is currently supported by Cloudflare Registrar. Refer to TLD Policies for a list of supported TLDs.
- transfer
In Property Map - Statuses for domain transfers into Cloudflare Registrar.
- updated
At String - Last updated.
GetRegistrarDomainsResultRegistrantContact
- Address string
- Address.
- Address2 string
- Optional address line for unit, floor, suite, etc.
- City string
- City.
- Country string
- The country in which the user lives.
- Email string
- The contact email address of the user.
- Fax string
- Contact fax number.
- First
Name string - User's first name
- Id string
- Contact Identifier.
- Last
Name string - User's last name
- Organization string
- Name of organization.
- Phone string
- User's telephone number
- State string
- State.
- Zip string
- The zipcode or postal code where the user lives.
- Address string
- Address.
- Address2 string
- Optional address line for unit, floor, suite, etc.
- City string
- City.
- Country string
- The country in which the user lives.
- Email string
- The contact email address of the user.
- Fax string
- Contact fax number.
- First
Name string - User's first name
- Id string
- Contact Identifier.
- Last
Name string - User's last name
- Organization string
- Name of organization.
- Phone string
- User's telephone number
- State string
- State.
- Zip string
- The zipcode or postal code where the user lives.
- address String
- Address.
- address2 String
- Optional address line for unit, floor, suite, etc.
- city String
- City.
- country String
- The country in which the user lives.
- email String
- The contact email address of the user.
- fax String
- Contact fax number.
- first
Name String - User's first name
- id String
- Contact Identifier.
- last
Name String - User's last name
- organization String
- Name of organization.
- phone String
- User's telephone number
- state String
- State.
- zip String
- The zipcode or postal code where the user lives.
- address string
- Address.
- address2 string
- Optional address line for unit, floor, suite, etc.
- city string
- City.
- country string
- The country in which the user lives.
- email string
- The contact email address of the user.
- fax string
- Contact fax number.
- first
Name string - User's first name
- id string
- Contact Identifier.
- last
Name string - User's last name
- organization string
- Name of organization.
- phone string
- User's telephone number
- state string
- State.
- zip string
- The zipcode or postal code where the user lives.
- address str
- Address.
- address2 str
- Optional address line for unit, floor, suite, etc.
- city str
- City.
- country str
- The country in which the user lives.
- email str
- The contact email address of the user.
- fax str
- Contact fax number.
- first_
name str - User's first name
- id str
- Contact Identifier.
- last_
name str - User's last name
- organization str
- Name of organization.
- phone str
- User's telephone number
- state str
- State.
- zip str
- The zipcode or postal code where the user lives.
- address String
- Address.
- address2 String
- Optional address line for unit, floor, suite, etc.
- city String
- City.
- country String
- The country in which the user lives.
- email String
- The contact email address of the user.
- fax String
- Contact fax number.
- first
Name String - User's first name
- id String
- Contact Identifier.
- last
Name String - User's last name
- organization String
- Name of organization.
- phone String
- User's telephone number
- state String
- State.
- zip String
- The zipcode or postal code where the user lives.
GetRegistrarDomainsResultTransferIn
- Accept
Foa string - Form of authorization has been accepted by the registrant. Available values: "needed", "ok".
- Approve
Transfer string - Shows transfer status with the registry. Available values: "needed", "ok", "pending", "trying", "rejected", "unknown".
- Can
Cancel boolTransfer - Indicates if cancellation is still possible.
- Disable
Privacy string - Privacy guards are disabled at the foreign registrar. Available values: "needed", "ok", "unknown".
- Enter
Auth stringCode - Auth code has been entered and verified. Available values: "needed", "ok", "pending", "trying", "rejected".
- Unlock
Domain string - Domain is unlocked at the foreign registrar. Available values: "needed", "ok", "pending", "trying", "unknown".
- Accept
Foa string - Form of authorization has been accepted by the registrant. Available values: "needed", "ok".
- Approve
Transfer string - Shows transfer status with the registry. Available values: "needed", "ok", "pending", "trying", "rejected", "unknown".
- Can
Cancel boolTransfer - Indicates if cancellation is still possible.
- Disable
Privacy string - Privacy guards are disabled at the foreign registrar. Available values: "needed", "ok", "unknown".
- Enter
Auth stringCode - Auth code has been entered and verified. Available values: "needed", "ok", "pending", "trying", "rejected".
- Unlock
Domain string - Domain is unlocked at the foreign registrar. Available values: "needed", "ok", "pending", "trying", "unknown".
- accept
Foa String - Form of authorization has been accepted by the registrant. Available values: "needed", "ok".
- approve
Transfer String - Shows transfer status with the registry. Available values: "needed", "ok", "pending", "trying", "rejected", "unknown".
- can
Cancel BooleanTransfer - Indicates if cancellation is still possible.
- disable
Privacy String - Privacy guards are disabled at the foreign registrar. Available values: "needed", "ok", "unknown".
- enter
Auth StringCode - Auth code has been entered and verified. Available values: "needed", "ok", "pending", "trying", "rejected".
- unlock
Domain String - Domain is unlocked at the foreign registrar. Available values: "needed", "ok", "pending", "trying", "unknown".
- accept
Foa string - Form of authorization has been accepted by the registrant. Available values: "needed", "ok".
- approve
Transfer string - Shows transfer status with the registry. Available values: "needed", "ok", "pending", "trying", "rejected", "unknown".
- can
Cancel booleanTransfer - Indicates if cancellation is still possible.
- disable
Privacy string - Privacy guards are disabled at the foreign registrar. Available values: "needed", "ok", "unknown".
- enter
Auth stringCode - Auth code has been entered and verified. Available values: "needed", "ok", "pending", "trying", "rejected".
- unlock
Domain string - Domain is unlocked at the foreign registrar. Available values: "needed", "ok", "pending", "trying", "unknown".
- accept_
foa str - Form of authorization has been accepted by the registrant. Available values: "needed", "ok".
- approve_
transfer str - Shows transfer status with the registry. Available values: "needed", "ok", "pending", "trying", "rejected", "unknown".
- can_
cancel_ booltransfer - Indicates if cancellation is still possible.
- disable_
privacy str - Privacy guards are disabled at the foreign registrar. Available values: "needed", "ok", "unknown".
- enter_
auth_ strcode - Auth code has been entered and verified. Available values: "needed", "ok", "pending", "trying", "rejected".
- unlock_
domain str - Domain is unlocked at the foreign registrar. Available values: "needed", "ok", "pending", "trying", "unknown".
- accept
Foa String - Form of authorization has been accepted by the registrant. Available values: "needed", "ok".
- approve
Transfer String - Shows transfer status with the registry. Available values: "needed", "ok", "pending", "trying", "rejected", "unknown".
- can
Cancel BooleanTransfer - Indicates if cancellation is still possible.
- disable
Privacy String - Privacy guards are disabled at the foreign registrar. Available values: "needed", "ok", "unknown".
- enter
Auth StringCode - Auth code has been entered and verified. Available values: "needed", "ok", "pending", "trying", "rejected".
- unlock
Domain String - Domain is unlocked at the foreign registrar. Available values: "needed", "ok", "pending", "trying", "unknown".
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
