Using getIamSupportedLangs
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 getIamSupportedLangs(opts?: InvokeOptions): Promise<GetIamSupportedLangsResult>
function getIamSupportedLangsOutput(opts?: InvokeOptions): Output<GetIamSupportedLangsResult>def get_iam_supported_langs(opts: Optional[InvokeOptions] = None) -> GetIamSupportedLangsResult
def get_iam_supported_langs_output(opts: Optional[InvokeOptions] = None) -> Output[GetIamSupportedLangsResult]func GetIamSupportedLangs(ctx *Context, opts ...InvokeOption) (*GetIamSupportedLangsResult, error)
func GetIamSupportedLangsOutput(ctx *Context, opts ...InvokeOption) GetIamSupportedLangsResultOutput> Note: This function is named GetIamSupportedLangs in the Go SDK.
public static class GetIamSupportedLangs
{
public static Task<GetIamSupportedLangsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetIamSupportedLangsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetIamSupportedLangsResult> getIamSupportedLangs(InvokeOptions options)
public static Output<GetIamSupportedLangsResult> getIamSupportedLangs(InvokeOptions options)
fn::invoke:
function: akamai:index/getIamSupportedLangs:getIamSupportedLangs
arguments:
# arguments dictionarygetIamSupportedLangs Result
The following output properties are available:
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
