Class Identity
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Contains details about the type of identity that made the request.
public class Identity
- Inheritance
-
Identity
- Inherited Members
Constructors
Identity()
public Identity()
Properties
PrincipalId
Gets and sets the property PrincipalId.
A unique identifier for the entity that made the call. For Time To Live, the principalId is "dynamodb.amazonaws.com".
public string PrincipalId { get; set; }
Property Value
Type
Gets and sets the property Type.
The type of the identity. For Time To Live, the type is "Service".
public string Type { get; set; }