import type { CloudFormationValue } from "../../../CloudFormation/IntrinsicFunctions";
export interface Identity {
    IdentityName: CloudFormationValue;
}
