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(
Description = NULL,
ExpireTime = NULL,
KeyName,
NoExpiry = NULL,
Restrictions,
Tags = NULL
)
Arguments
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:
|
KeyName |
[required] A custom name for the API key resource. Requirements:
|
NoExpiry |
Optionally set to |
Restrictions |
[required] The API key restrictions for the API key resource. |
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:
|