Interface CallerIdentity

An interface representing caller identity that is bound to AWS credentials.

interface CallerIdentity {
    accountId: string;
    arn: string;
    userId: string;
}

Properties

Properties

accountId: string

Account id.

arn: string

Identity ARN.

userId: string

User id.

Generated using TypeDoc