locationservice_update_key: Updates the specified properties of a given API key resource

View source: R/locationservice_operations.R

locationservice_update_keyR Documentation

Updates the specified properties of a given API key resource

Description

Updates the specified properties of a given API key resource.

See https://www.paws-r-sdk.com/docs/locationservice_update_key/ for full documentation.

Usage

locationservice_update_key(
  Description = NULL,
  ExpireTime = NULL,
  ForceUpdate = NULL,
  KeyName,
  NoExpiry = NULL,
  Restrictions = NULL
)

Arguments

Description

Updates the description for the API key resource.

ExpireTime

Updates the timestamp for when the API key resource will expire in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

ForceUpdate

The boolean flag to be included for updating ExpireTime or Restrictions details.

Must be set to true to update an API key resource that has been used in the past 7 days.

False if force update is not preferred

Default value: False

KeyName

[required] The name of the API key resource to update.

NoExpiry

Whether the API key should expire. Set to true to set the API key to have no expiration time.

Restrictions

Updates the API key restrictions for the API key resource.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.