UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

7 lines (6 loc) 324 B
import * as pulumi from "@pulumi/pulumi"; export declare function getUrlSuffix(opts?: pulumi.InvokeOptions): Promise<GetUrlSuffixResult>; export interface GetUrlSuffixResult { readonly urlSuffix: string; } export declare function getUrlSuffixOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetUrlSuffixResult>;