getApiKey

Definition of AWS::Location::APIKey Resource Type

Return

null

Parameters

argument

null


suspend fun getApiKey(keyName: String): GetApiKeyResult

Return

null

Parameters

keyName

A custom name for the API key resource. Requirements:

  • Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).

  • Must be a unique API key name.

  • No spaces allowed. For example, ExampleAPIKey .

See also


suspend fun getApiKey(argument: suspend GetApiKeyPlainArgsBuilder.() -> Unit): GetApiKeyResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.location.kotlin.inputs.GetApiKeyPlainArgs.

See also