1. Packages
  2. Packages
  3. Edgecenter Provider
  4. API Docs
  5. getCdnClientInfo
Viewing docs for edgecenter 0.13.5
published on Thursday, Jul 9, 2026 by edge-center
Viewing docs for edgecenter 0.13.5
published on Thursday, Jul 9, 2026 by edge-center

    CDN client info, including CNAME target for DNS configuration.

    Using getCdnClientInfo

    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 getCdnClientInfo(args: GetCdnClientInfoArgs, opts?: InvokeOptions): Promise<GetCdnClientInfoResult>
    function getCdnClientInfoOutput(args: GetCdnClientInfoOutputArgs, opts?: InvokeOptions): Output<GetCdnClientInfoResult>
    def get_cdn_client_info(id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetCdnClientInfoResult
    def get_cdn_client_info_output(id: pulumi.Input[Optional[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetCdnClientInfoResult]
    func GetCdnClientInfo(ctx *Context, args *GetCdnClientInfoArgs, opts ...InvokeOption) (*GetCdnClientInfoResult, error)
    func GetCdnClientInfoOutput(ctx *Context, args *GetCdnClientInfoOutputArgs, opts ...InvokeOption) GetCdnClientInfoResultOutput

    > Note: This function is named GetCdnClientInfo in the Go SDK.

    public static class GetCdnClientInfo 
    {
        public static Task<GetCdnClientInfoResult> InvokeAsync(GetCdnClientInfoArgs args, InvokeOptions? opts = null)
        public static Output<GetCdnClientInfoResult> Invoke(GetCdnClientInfoInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCdnClientInfoResult> getCdnClientInfo(GetCdnClientInfoArgs args, InvokeOptions options)
    public static Output<GetCdnClientInfoResult> getCdnClientInfo(GetCdnClientInfoArgs args, InvokeOptions options)
    
    fn::invoke:
      function: edgecenter:index/getCdnClientInfo:getCdnClientInfo
      arguments:
        # arguments dictionary
    data "edgecenter_getcdnclientinfo" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    The ID of this resource.
    Id string
    The ID of this resource.
    id string
    The ID of this resource.
    id String
    The ID of this resource.
    id string
    The ID of this resource.
    id str
    The ID of this resource.
    id String
    The ID of this resource.

    getCdnClientInfo Result

    The following output properties are available:

    ClientId double
    CDN client ID
    Cname string
    CNAME target (e.g. cl-XXXXX.edgecdn.ru)
    Id string
    The ID of this resource.
    ClientId float64
    CDN client ID
    Cname string
    CNAME target (e.g. cl-XXXXX.edgecdn.ru)
    Id string
    The ID of this resource.
    client_id number
    CDN client ID
    cname string
    CNAME target (e.g. cl-XXXXX.edgecdn.ru)
    id string
    The ID of this resource.
    clientId Double
    CDN client ID
    cname String
    CNAME target (e.g. cl-XXXXX.edgecdn.ru)
    id String
    The ID of this resource.
    clientId number
    CDN client ID
    cname string
    CNAME target (e.g. cl-XXXXX.edgecdn.ru)
    id string
    The ID of this resource.
    client_id float
    CDN client ID
    cname str
    CNAME target (e.g. cl-XXXXX.edgecdn.ru)
    id str
    The ID of this resource.
    clientId Number
    CDN client ID
    cname String
    CNAME target (e.g. cl-XXXXX.edgecdn.ru)
    id String
    The ID of this resource.

    Package Details

    Repository
    edgecenter edge-center/terraform-provider-edgecenter
    License
    Notes
    This Pulumi package is based on the edgecenter Terraform Provider.
    Viewing docs for edgecenter 0.13.5
    published on Thursday, Jul 9, 2026 by edge-center

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial