Viewing docs for ACME v0.17.0
published on Wednesday, Sep 9, 2026 by Pulumiverse
published on Wednesday, Sep 9, 2026 by Pulumiverse
Viewing docs for ACME v0.17.0
published on Wednesday, Sep 9, 2026 by Pulumiverse
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 dictionarydata "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.
- server_
url string
- id str
- The provider-assigned unique ID for this managed resource.
- server_
url str
Package Details
- Repository
- acme pulumiverse/pulumi-acme
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
acmeTerraform Provider.
Viewing docs for ACME v0.17.0
published on Wednesday, Sep 9, 2026 by Pulumiverse
published on Wednesday, Sep 9, 2026 by Pulumiverse