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.

Describes an API key.

Customers invoke AppSync GraphQL API operations with API keys as an identity mechanism. There are two key versions:

da1: We introduced this version at launch in November 2017. These keys always expire after 7 days. Amazon DynamoDB TTL manages key expiration. These keys ceased to be valid after February 21, 2018, and they should no longer be used.

da2: We introduced this version in February 2018 when AppSync added support to extend key expiration.

Inheritance Hierarchy

System.Object
  Amazon.AppSync.Model.ApiKey

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

Syntax

C#
public class ApiKey

The ApiKey type exposes the following members

Constructors

NameDescription
Public Method ApiKey()

Properties

NameTypeDescription
Public Property Deletes System.Int64

Gets and sets the property Deletes.

The time after which the API key is deleted. The date is represented as seconds since the epoch, rounded down to the nearest hour.

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.

The time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour.

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