locationservice_create_key {paws.application.integration} | 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
Description
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.
Usage
locationservice_create_key(
KeyName,
Restrictions,
Description = NULL,
ExpireTime = NULL,
NoExpiry = NULL,
Tags = NULL
)
Arguments
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:
|