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 exampleZoneDnssec = cloudflare.getZoneDnssec({
zoneId: "023e105f4ecef8ad9ca31a8372d0c353",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_zone_dnssec = cloudflare.get_zone_dnssec(zone_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.LookupZoneDnssec(ctx, &cloudflare.LookupZoneDnssecArgs{
ZoneId: "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 exampleZoneDnssec = Cloudflare.GetZoneDnssec.Invoke(new()
{
ZoneId = "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.GetZoneDnssecArgs;
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 exampleZoneDnssec = CloudflareFunctions.getZoneDnssec(GetZoneDnssecArgs.builder()
.zoneId("023e105f4ecef8ad9ca31a8372d0c353")
.build());
}
}
variables:
exampleZoneDnssec:
fn::invoke:
function: cloudflare:getZoneDnssec
arguments:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
Using getZoneDnssec
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 getZoneDnssec(args: GetZoneDnssecArgs, opts?: InvokeOptions): Promise<GetZoneDnssecResult>
function getZoneDnssecOutput(args: GetZoneDnssecOutputArgs, opts?: InvokeOptions): Output<GetZoneDnssecResult>def get_zone_dnssec(zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetZoneDnssecResult
def get_zone_dnssec_output(zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetZoneDnssecResult]func LookupZoneDnssec(ctx *Context, args *LookupZoneDnssecArgs, opts ...InvokeOption) (*LookupZoneDnssecResult, error)
func LookupZoneDnssecOutput(ctx *Context, args *LookupZoneDnssecOutputArgs, opts ...InvokeOption) LookupZoneDnssecResultOutput> Note: This function is named LookupZoneDnssec in the Go SDK.
public static class GetZoneDnssec
{
public static Task<GetZoneDnssecResult> InvokeAsync(GetZoneDnssecArgs args, InvokeOptions? opts = null)
public static Output<GetZoneDnssecResult> Invoke(GetZoneDnssecInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetZoneDnssecResult> getZoneDnssec(GetZoneDnssecArgs args, InvokeOptions options)
public static Output<GetZoneDnssecResult> getZoneDnssec(GetZoneDnssecArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getZoneDnssec:getZoneDnssec
arguments:
# arguments dictionaryThe following arguments are supported:
- Zone
Id string - Identifier.
- Zone
Id string - Identifier.
- zone
Id String - Identifier.
- zone
Id string - Identifier.
- zone_
id str - Identifier.
- zone
Id String - Identifier.
getZoneDnssec Result
The following output properties are available:
- Algorithm string
- Algorithm key code.
- Digest string
- Digest hash.
- Digest
Algorithm string - Type of digest algorithm.
- Digest
Type string - Coded type for digest algorithm.
- Dnssec
Multi boolSigner - If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generated by Cloudflare) to be added to the zone.
- Dnssec
Presigned bool - Dnssec
Use boolNsec3 - Ds string
- Flags double
- Id string
- Key
Tag double - Key
Type string - Modified
On string - Public
Key string - Status string
- Zone
Id string - Identifier.
- Algorithm string
- Algorithm key code.
- Digest string
- Digest hash.
- Digest
Algorithm string - Type of digest algorithm.
- Digest
Type string - Coded type for digest algorithm.
- Dnssec
Multi boolSigner - If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generated by Cloudflare) to be added to the zone.
- Dnssec
Presigned bool - Dnssec
Use boolNsec3 - Ds string
- Flags float64
- Id string
- Key
Tag float64 - Key
Type string - Modified
On string - Public
Key string - Status string
- Zone
Id string - Identifier.
- algorithm String
- Algorithm key code.
- digest String
- Digest hash.
- digest
Algorithm String - Type of digest algorithm.
- digest
Type String - Coded type for digest algorithm.
- dnssec
Multi BooleanSigner - If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generated by Cloudflare) to be added to the zone.
- dnssec
Presigned Boolean - dnssec
Use BooleanNsec3 - ds String
- flags Double
- id String
- key
Tag Double - key
Type String - modified
On String - public
Key String - status String
- zone
Id String - Identifier.
- algorithm string
- Algorithm key code.
- digest string
- Digest hash.
- digest
Algorithm string - Type of digest algorithm.
- digest
Type string - Coded type for digest algorithm.
- dnssec
Multi booleanSigner - If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generated by Cloudflare) to be added to the zone.
- dnssec
Presigned boolean - dnssec
Use booleanNsec3 - ds string
- flags number
- id string
- key
Tag number - key
Type string - modified
On string - public
Key string - status string
- zone
Id string - Identifier.
- algorithm str
- Algorithm key code.
- digest str
- Digest hash.
- digest_
algorithm str - Type of digest algorithm.
- digest_
type str - Coded type for digest algorithm.
- dnssec_
multi_ boolsigner - If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generated by Cloudflare) to be added to the zone.
- dnssec_
presigned bool - dnssec_
use_ boolnsec3 - ds str
- flags float
- id str
- key_
tag float - key_
type str - modified_
on str - public_
key str - status str
- zone_
id str - Identifier.
- algorithm String
- Algorithm key code.
- digest String
- Digest hash.
- digest
Algorithm String - Type of digest algorithm.
- digest
Type String - Coded type for digest algorithm.
- dnssec
Multi BooleanSigner - If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generated by Cloudflare) to be added to the zone.
- dnssec
Presigned Boolean - dnssec
Use BooleanNsec3 - ds String
- flags Number
- id String
- key
Tag Number - key
Type String - modified
On String - public
Key String - status String
- zone
Id String - Identifier.
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
