Class FederatedIdentity
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.security.FederatedIdentity
-
public class FederatedIdentity extends Object
Defines the identity of the Athena caller. This is used in many of the SDK's request objects to convey to your connector or UDF the identity of the caller that triggered the subsequent Lambda invocation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAccount()
String
getArn()
List<String>
getIamGroups()
Map<String,String>
getPrincipalTags()
int
hashCode()
-