Viewing docs for edgecenter 0.13.5
published on Thursday, Jul 9, 2026 by edge-center
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
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 dictionarydata "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:
Package Details
- Repository
- edgecenter edge-center/terraform-provider-edgecenter
- License
- Notes
- This Pulumi package is based on the
edgecenterTerraform Provider.
Viewing docs for edgecenter 0.13.5
published on Thursday, Jul 9, 2026 by edge-center
published on Thursday, Jul 9, 2026 by edge-center