1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getDcvDelegation
Cloudflare v5.39.1 published on Tuesday, Sep 24, 2024 by Pulumi

cloudflare.getDcvDelegation

Explore with Pulumi AI

cloudflare logo
Cloudflare v5.39.1 published on Tuesday, Sep 24, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: cloudflare:index/getDcvDelegation:getDcvDelegation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ZoneId string
    The zone identifier to target for the resource.
    ZoneId string
    The zone identifier to target for the resource.
    zoneId String
    The zone identifier to target for the resource.
    zoneId string
    The zone identifier to target for the resource.
    zone_id str
    The zone identifier to target for the resource.
    zoneId String
    The zone identifier to target for the resource.

    getDcvDelegation Result

    The following output properties are available:

    Hostname string
    The DCV Delegation hostname
    Id string
    The DCV Delegation unique identifier
    ZoneId string
    The zone identifier to target for the resource.
    Hostname string
    The DCV Delegation hostname
    Id string
    The DCV Delegation unique identifier
    ZoneId string
    The zone identifier to target for the resource.
    hostname String
    The DCV Delegation hostname
    id String
    The DCV Delegation unique identifier
    zoneId String
    The zone identifier to target for the resource.
    hostname string
    The DCV Delegation hostname
    id string
    The DCV Delegation unique identifier
    zoneId string
    The zone identifier to target for the resource.
    hostname str
    The DCV Delegation hostname
    id str
    The DCV Delegation unique identifier
    zone_id str
    The zone identifier to target for the resource.
    hostname String
    The DCV Delegation hostname
    id String
    The DCV Delegation unique identifier
    zoneId String
    The zone identifier to target for the resource.

    Package Details

    Repository
    Cloudflare pulumi/pulumi-cloudflare
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudflare Terraform Provider.
    cloudflare logo
    Cloudflare v5.39.1 published on Tuesday, Sep 24, 2024 by Pulumi