Takomo v7.4.3
    Preparing search index...

    Interface CallerIdentity

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

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

    Properties

    Properties

    accountId: string

    Account id.

    arn: string

    Identity ARN.

    userId: string

    User id.