1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. getUrlSuffix

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.getUrlSuffix

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Using getUrlSuffix

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 getUrlSuffix(opts?: InvokeOptions): Promise<GetUrlSuffixResult>
function getUrlSuffixOutput(opts?: InvokeOptions): Output<GetUrlSuffixResult>
Copy
def get_url_suffix(opts: Optional[InvokeOptions] = None) -> GetUrlSuffixResult
def get_url_suffix_output(opts: Optional[InvokeOptions] = None) -> Output[GetUrlSuffixResult]
Copy
func GetUrlSuffix(ctx *Context, opts ...InvokeOption) (*GetUrlSuffixResult, error)
func GetUrlSuffixOutput(ctx *Context, opts ...InvokeOption) GetUrlSuffixResultOutput
Copy

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

public static class GetUrlSuffix 
{
    public static Task<GetUrlSuffixResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetUrlSuffixResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetUrlSuffixResult> getUrlSuffix(InvokeOptions options)
public static Output<GetUrlSuffixResult> getUrlSuffix(InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:getUrlSuffix
  arguments:
    # arguments dictionary
Copy

getUrlSuffix Result

The following output properties are available:

UrlSuffix string
UrlSuffix string
urlSuffix String
urlSuffix string
urlSuffix String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi