1. Registry
  2. Packages
  3. ACME
  4. API Docs
  5. getServerUrl
Viewing docs for ACME v0.17.0
published on Wednesday, Sep 9, 2026 by Pulumiverse
Viewing docs for ACME v0.17.0
published on Wednesday, Sep 9, 2026 by Pulumiverse

    Using getServerUrl

    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 getServerUrl(opts?: InvokeOptions): Promise<GetServerUrlResult>
    function getServerUrlOutput(opts?: InvokeOutputOptions): Output<GetServerUrlResult>
    def get_server_url(opts: Optional[InvokeOptions] = None) -> GetServerUrlResult
    def get_server_url_output(opts: Optional[InvokeOutputOptions] = None) -> Output[GetServerUrlResult]
    func GetServerUrl(ctx *Context, opts ...InvokeOption) (*GetServerUrlResult, error)
    func GetServerUrlOutput(ctx *Context, opts ...InvokeOption) GetServerUrlResultOutput

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

    public static class GetServerUrl 
    {
        public static Task<GetServerUrlResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetServerUrlResult> Invoke(InvokeOptions? opts = null)
        public static Output<GetServerUrlResult> Invoke(InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetServerUrlResult> getServerUrl(InvokeOptions options)
    public static Output<GetServerUrlResult> getServerUrl(InvokeOptions options)
    public static Output<GetServerUrlResult> getServerUrl(InvokeOutputOptions options)
    
    fn::invoke:
      function: acme:index/getServerUrl:getServerUrl
      arguments:
        # arguments dictionary
    data "acme_get_server_url" "name" {
        # arguments
    }

    getServerUrl Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ServerUrl string
    Id string
    The provider-assigned unique ID for this managed resource.
    ServerUrl string
    id string
    The provider-assigned unique ID for this managed resource.
    server_url string
    id String
    The provider-assigned unique ID for this managed resource.
    serverUrl String
    id string
    The provider-assigned unique ID for this managed resource.
    serverUrl string
    id str
    The provider-assigned unique ID for this managed resource.
    server_url str
    id String
    The provider-assigned unique ID for this managed resource.
    serverUrl String

    Package Details

    Repository
    acme pulumiverse/pulumi-acme
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the acme Terraform Provider.
    Viewing docs for ACME v0.17.0
    published on Wednesday, Sep 9, 2026 by Pulumiverse

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial