AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateApiKey operation. Updates an API key. You can update the key as long as it's not deleted.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppSync.AmazonAppSyncRequest
      Amazon.AppSync.Model.UpdateApiKeyRequest

Namespace: Amazon.AppSync.Model
Assembly: AWSSDK.AppSync.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateApiKeyRequest : AmazonAppSyncRequest
         IAmazonWebServiceRequest

The UpdateApiKeyRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateApiKeyRequest()

Properties

NameTypeDescription
Public Property ApiId System.String

Gets and sets the property ApiId.

The ID for the GraphQL API.

Public Property Description System.String

Gets and sets the property Description.

A description of the purpose of the API key.

Public Property Expires System.Int64

Gets and sets the property Expires.

From the update time, the time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .

Public Property Id System.String

Gets and sets the property Id.

The API key ID.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5