We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.getUrlSuffix
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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>
def get_url_suffix(opts: Optional[InvokeOptions] = None) -> GetUrlSuffixResult
def get_url_suffix_output(opts: Optional[InvokeOptions] = None) -> Output[GetUrlSuffixResult]
func GetUrlSuffix(ctx *Context, opts ...InvokeOption) (*GetUrlSuffixResult, error)
func GetUrlSuffixOutput(ctx *Context, opts ...InvokeOption) GetUrlSuffixResultOutput
> 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)
}
public static CompletableFuture<GetUrlSuffixResult> getUrlSuffix(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:getUrlSuffix
arguments:
# arguments dictionary
getUrlSuffix Result
The following output properties are available:
- Url
Suffix string
- Url
Suffix string
- url
Suffix String
- url
Suffix string
- url_
suffix str
- url
Suffix 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi