Cloudflare v5.43.0 published on Wednesday, Nov 13, 2024 by Pulumi
cloudflare.getDcvDelegation
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: cloudflare:index/getDcvDelegation:getDcvDelegation
arguments:
# arguments dictionary
The 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
cloudflare
Terraform Provider.