View source: R/locationservice_operations.R
locationservice_create_key | R Documentation |
Creates an API key resource in your Amazon Web Services account, which lets you grant actions for Amazon Location resources to the API key bearer.
See https://www.paws-r-sdk.com/docs/locationservice_create_key/ for full documentation.
locationservice_create_key(
KeyName,
Restrictions,
Description = NULL,
ExpireTime = NULL,
NoExpiry = NULL,
Tags = NULL
)
KeyName |
[required] A custom name for the API key resource. Requirements:
|
Restrictions |
[required] The API key restrictions for the API key resource. |
Description |
An optional description for the API key resource. |
ExpireTime |
The optional timestamp for when the API key resource will expire in ISO 8601 format:
|
NoExpiry |
Optionally set to |
Tags |
Applies one or more tags to the map resource. A tag is a key-value pair that helps manage, identify, search, and filter your resources by labelling them. Format: Restrictions:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.