Viewing docs for Cloudflare v5.49.1 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Viewing docs for Cloudflare v5.49.1 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Use this data source to retrieve the DCV Delegation unique identifier for a zone.
Using getDcvDelegation
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 getDcvDelegation(args: GetDcvDelegationArgs, opts?: InvokeOptions): Promise<GetDcvDelegationResult>
function getDcvDelegationOutput(args: GetDcvDelegationOutputArgs, opts?: InvokeOptions): Output<GetDcvDelegationResult>def get_dcv_delegation(zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDcvDelegationResult
def get_dcv_delegation_output(zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDcvDelegationResult]func GetDcvDelegation(ctx *Context, args *GetDcvDelegationArgs, opts ...InvokeOption) (*GetDcvDelegationResult, error)
func GetDcvDelegationOutput(ctx *Context, args *GetDcvDelegationOutputArgs, opts ...InvokeOption) GetDcvDelegationResultOutput> Note: This function is named GetDcvDelegation in the Go SDK.
public static class GetDcvDelegation
{
public static Task<GetDcvDelegationResult> InvokeAsync(GetDcvDelegationArgs args, InvokeOptions? opts = null)
public static Output<GetDcvDelegationResult> Invoke(GetDcvDelegationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDcvDelegationResult> getDcvDelegation(GetDcvDelegationArgs args, InvokeOptions options)
public static Output<GetDcvDelegationResult> getDcvDelegation(GetDcvDelegationArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getDcvDelegation:getDcvDelegation
arguments:
# arguments dictionaryThe following arguments are supported:
- Zone
Id string - The zone identifier to target for the resource.
- Zone
Id string - The zone identifier to target for the resource.
- zone
Id String - The zone identifier to target for the resource.
- zone
Id string - The zone identifier to target for the resource.
- zone_
id str - The zone identifier to target for the resource.
- zone
Id String - The zone identifier to target for the resource.
getDcvDelegation Result
The following output properties are available:
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 v5.49.1 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
