interface AppSyncIdentityIAM {
    accountId: string;
    cognitoIdentityAuthProvider: string;
    cognitoIdentityAuthType: string;
    cognitoIdentityId: string;
    cognitoIdentityPoolId: string;
    sourceIp: string[];
    userArn: string;
    username: string;
}

Properties

accountId: string
cognitoIdentityAuthProvider: string
cognitoIdentityAuthType: string
cognitoIdentityId: string
cognitoIdentityPoolId: string
sourceIp: string[]
userArn: string
username: string